Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class CertificateRawData.
An SSL certificate obtained from a certificate authority.
Generated from protobuf message google.appengine.v1.CertificateRawData
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ public_certificate
string
PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example:
-----BEGIN CERTIFICATE-----
↳ private_key
string
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:
-----BEGIN RSA PRIVATE KEY-----
getPublicCertificate
PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example:
-----BEGIN CERTIFICATE-----
string
setPublicCertificate
PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example:
-----BEGIN CERTIFICATE-----
var
string
$this
getPrivateKey
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:
-----BEGIN RSA PRIVATE KEY-----
@InputOnly
string
setPrivateKey
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:
-----BEGIN RSA PRIVATE KEY-----
@InputOnly
var
string
$this