Class ClientCertificateSettings (1.37.0)

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

Settings for custom client certificates.

Attributes

Name Description
ssl_certificate str
Required. The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
private_key str
Required. The name of the SecretManager secret version resource storing the private key encoded in PEM format. Format: projects/{project}/secrets/{secret}/versions/{version}
passphrase str
Optional. The name of the SecretManager secret version resource storing the passphrase. 'passphrase' should be left unset if the private key is not encrypted. Format: projects/{project}/secrets/{secret}/versions/{version}