CertificateAuthorityOcspConfiguration

data class CertificateAuthorityOcspConfiguration(val enabled: Boolean, val ocspCustomCname: String? = null)

Helps to configure online certificate status protocol (OCSP) responder for your certificate authority

Constructors

Link copied to clipboard
constructor(enabled: Boolean, ocspCustomCname: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Flag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.

Link copied to clipboard
val ocspCustomCname: String? = null

By default, AWS Private CA injects an Amazon domain into certificates being validated by the Online Certificate Status Protocol (OCSP). A customer can alternatively use this object to define a CNAME specifying a customized OCSP domain.