Class SelfManagedCertificate (1.7.0)

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

NameDescription
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.