Class CertificateSelfManaged


  • public final class CertificateSelfManaged
    extends java.lang.Object
    • Method Detail

      • certificatePem

        @Deprecated
        public java.util.Optional<java.lang.String> certificatePem()
        Deprecated.
        `certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.
        Returns:
        (Optional, Deprecated) The certificate chain in PEM-encoded form. Leaf certificate comes first, followed by intermediate ones if any. **Note**: This property is sensitive and will not be displayed in the plan. > **Warning:** `certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.
      • pemCertificate

        public java.util.Optional<java.lang.String> pemCertificate()
        Returns:
        The certificate chain in PEM-encoded form. Leaf certificate comes first, followed by intermediate ones if any. **Note**: This property is sensitive and will not be displayed in the plan.
      • pemPrivateKey

        public java.util.Optional<java.lang.String> pemPrivateKey()
        Returns:
        The private key of the leaf certificate in PEM-encoded form. **Note**: This property is sensitive and will not be displayed in the plan.
      • privateKeyPem

        @Deprecated
        public java.util.Optional<java.lang.String> privateKeyPem()
        Deprecated.
        `private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.
        Returns:
        (Optional, Deprecated) The private key of the leaf certificate in PEM-encoded form. **Note**: This property is sensitive and will not be displayed in the plan. > **Warning:** `private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.