Authority Config X509Config Ca Options
data class AuthorityConfigX509ConfigCaOptions(val isCa: Boolean, val maxIssuerPathLength: Int? = null, val nonCa: Boolean? = null, val zeroMaxIssuerPathLength: Boolean? = null)
Constructors
Link copied to clipboard
fun AuthorityConfigX509ConfigCaOptions(isCa: Boolean, maxIssuerPathLength: Int? = null, nonCa: Boolean? = null, zeroMaxIssuerPathLength: Boolean? = null)
Types
Properties
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. Setting the value to 0 requires setting zero_max_issuer_path_length = true
.