Class CertificateRawData (1.3.3)

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

An SSL certificate obtained from a certificate authority.

Attributes

NameDescription
public_certificate str
PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: .. raw:: html
       -----BEGIN CERTIFICATE-----
       
private_key str
Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: .. raw:: html
       -----BEGIN RSA PRIVATE KEY-----
       
@InputOnly