Options relating to the publication of each
CertificateAuthority's
CA certificate and CRLs and their inclusion as extensions in issued
Certificates. The
options set here apply to certificates issued by any
CertificateAuthority
in the CaPool.
Attributes
Name
Description
publish_ca_cert
bool
Optional. When true, publishes each
CertificateAuthority's
CA certificate and includes its URL in the "Authority
Information Access" X.509 extension in all issued
Certificates.
If this is false, the CA certificate will not be published
and the corresponding X.509 extension will not be written in
issued certificates.
publish_crl
bool
Optional. When true, publishes each
CertificateAuthority's
CRL and includes its URL in the "CRL Distribution Points"
X.509 extension in all issued
Certificates.
If this is false, CRLs will not be published and the
corresponding X.509 extension will not be written in issued
certificates. CRLs will expire 7 days from their creation.
However, we will rebuild daily. CRLs are also rebuilt
shortly after a certificate is revoked.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class PublishingOptions (1.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.15.0 (latest)](/python/docs/reference/privateca/latest/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.14.3](/python/docs/reference/privateca/1.14.3/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.13.1](/python/docs/reference/privateca/1.13.1/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.12.2](/python/docs/reference/privateca/1.12.2/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.11.0](/python/docs/reference/privateca/1.11.0/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.10.3](/python/docs/reference/privateca/1.10.3/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.9.0](/python/docs/reference/privateca/1.9.0/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.8.1](/python/docs/reference/privateca/1.8.1/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.7.1](/python/docs/reference/privateca/1.7.1/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.6.1](/python/docs/reference/privateca/1.6.1/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.5.0](/python/docs/reference/privateca/1.5.0/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.4.3](/python/docs/reference/privateca/1.4.3/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.3.2](/python/docs/reference/privateca/1.3.2/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.2.4](/python/docs/reference/privateca/1.2.4/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.1.0](/python/docs/reference/privateca/1.1.0/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [1.0.6](/python/docs/reference/privateca/1.0.6/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [0.4.0](/python/docs/reference/privateca/0.4.0/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [0.3.0](/python/docs/reference/privateca/0.3.0/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions)\n- [0.1.1](/python/docs/reference/privateca/0.1.1/google.cloud.security.privateca_v1.types.CaPool.PublishingOptions) \n\n PublishingOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nOptions relating to the publication of each\nCertificateAuthority's\nCA certificate and CRLs and their inclusion as extensions in issued\nCertificates. The\noptions set here apply to certificates issued by any\nCertificateAuthority\nin the CaPool.\n\nClasses\n-------\n\n### EncodingFormat\n\n EncodingFormat(value)\n\nSupported encoding formats for publishing."]]