Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CertificateAuthorityIssuanceExpiryRule

A rule that enforces how long certificates or certificate authorities (CAs) issued by this particular CA are valid. You must include either or both {@code leafCertificateMaxValidityDuration} and {@code certificateAuthorityMaxValidityDuration}.

Properties

Optional certificateAuthorityMaxValidityDuration

certificateAuthorityMaxValidityDuration: undefined | string

A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. Expressed in ISO 8601 format.

Optional leafCertificateMaxValidityDuration

leafCertificateMaxValidityDuration: undefined | string

A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in ISO 8601 format.

Const ruleType

ruleType: string = "CERTIFICATE_AUTHORITY_ISSUANCE_EXPIRY_RULE"

Methods

getDeserializedJsonObj

getJsonObj