encodingFormat property

String? encodingFormat
getter/setter pair

Specifies the encoding format of each CertificateAuthority's CA certificate and CRLs.

If this is omitted, CA certificates and CRLs will be published in PEM.

Optional. Possible string values are:

  • "ENCODING_FORMAT_UNSPECIFIED" : Not specified. By default, PEM format will be used.
  • "PEM" : The CertificateAuthority's CA certificate and CRLs will be published in PEM format.
  • "DER" : The CertificateAuthority's CA certificate and CRLs will be published in DER format.

Implementation

core.String? encodingFormat;