Module: Google::Cloud::Security::PrivateCA::V1::CaPool::PublishingOptions::EncodingFormat
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/resources.rb
Overview
Supported encoding formats for publishing.
Constant Summary collapse
- ENCODING_FORMAT_UNSPECIFIED =
Not specified. By default, PEM format will be used.
0
- PEM =
The CertificateAuthority's CA certificate and CRLs will be published in PEM format.
1
- DER =
The CertificateAuthority's CA certificate and CRLs will be published in DER format.
2