CertificateAuthorityRevocationConfigurationOcspConfiguration

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

Constructors

constructor(enabled: Boolean, ocspCustomCname: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Boolean value that specifies whether a custom OCSP responder is enabled.

Link copied to clipboard
val ocspCustomCname: String? = null

CNAME specifying a customized OCSP domain. Note: The value of the CNAME must not include a protocol prefix such as "http://" or "https://".