Class IssuingOptions (0.1.1)

IssuingOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options that affect all certificates issued by a CertificateAuthority.

Attributes

NameDescription
include_ca_cert_url bool
Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.
include_crl_access_url bool
Required. When true, includes a URL to the CRL corresponding to certificates issued from a CertificateAuthority. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.