SslCertificateSelfManagedSslCertificate(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Configuration and status of a self-managed SSL certificate.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
certificate |
str
A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert. This field is a member of oneof _ _certificate .
|
private_key |
str
A write-only private key in PEM format. Only insert requests will include this field. This field is a member of oneof _ _private_key .
|