CertificateCertificateDescriptionX509DescriptionCaOption

data class CertificateCertificateDescriptionX509DescriptionCaOption(val isCa: Boolean? = null, val maxIssuerPathLength: Int? = null)

Constructors

constructor(isCa: Boolean? = null, maxIssuerPathLength: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isCa: Boolean? = null

When true, the "CA" in Basic Constraints extension will be set to true.

Link copied to clipboard

Refers to the "path length constraint" in Basic Constraints extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail.