public enum CaPool.Types.PublishingOptions.Types.EncodingFormatReference documentation and code samples for the Certificate Authority v1 API enum CaPool.Types.PublishingOptions.Types.EncodingFormat.
Supported encoding formats for publishing.
Namespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Fields |
|
|---|---|
| Name | Description |
Der |
The [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and CRLs will be published in DER format. |
Pem |
The [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and CRLs will be published in PEM format. |
Unspecified |
Not specified. By default, PEM format will be used. |