CertificateAuthorityOcspConfiguration

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val ocspCustomCname: String? = null