SelfManagedCertificate(mapping=None, *, ignore_unknown_fields=False, **kwargs)Certificate data for a SelfManaged Certificate. SelfManaged Certificates are uploaded by the user. Updating such certificates before they expire remains the user's responsibility.
Attributes |
|
|---|---|
| Name | Description |
pem_certificate |
str
Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any. |
pem_private_key |
str
Input only. The PEM-encoded private key of the leaf certificate. |