customCertificate

@JvmName(name = "aweqvydgiuqmewlt")
suspend fun customCertificate(value: Output<String>)
@JvmName(name = "dbnhiyjlxrowryir")
suspend fun customCertificate(value: String?)

Parameters

value

Supported on servers running Chef Automate 2.0 only. A PEM-formatted HTTPS certificate. The value can be be a single, self-signed certificate, or a certificate chain. If you specify a custom certificate, you must also specify values for CustomDomain and CustomPrivateKey . The following are requirements for the CustomCertificate value:

  • You can provide either a self-signed, custom certificate, or the full certificate chain.

  • The certificate must be a valid X509 certificate, or a certificate chain in PEM format.

  • The certificate must be valid at the time of upload. A certificate can't be used before its validity period begins (the certificate's NotBefore date), or after it expires (the certificate's NotAfter date).

  • The certificate’s common name or subject alternative names (SANs), if present, must match the value of CustomDomain .

  • The certificate must match the value of CustomPrivateKey .