ClientCertificateSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)Settings for custom client certificates.
Attributes |
|
|---|---|
| Name | Description |
tls_certificate |
str
Required. The TLS 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 to decrypt the private key. Should be left unset if the private key is not encrypted. Format: projects/{project}/secrets/{secret}/versions/{version}
|