PublicCertificateedit

A certificate used to sign the certificates of this deployment

Propertiesedit

active (boolean, required)
If true, this certificate is the one which has been used to sign the current certificates. Otherwise, it may be the one that will be used when this certificate expires.
metadata (CertificateMetaData, required)
Metadata about the certificate, including fingerprint and expiry date. Generated by the Cloud service and ignored on write.
pem (string, required)
The public certificate as string in PEM format.

Exampleedit

{
   "active" : true,
   "metadata" : {
      "fingerprint" : "string",
      "valid_from" : "2019-01-01T00:00:00Z",
      "valid_to" : "2019-01-01T00:00:00Z"
   },
   "pem" : "string"
}