A newer version is available. For the latest information, see the
current release documentation.
PublicCertificate
editPublicCertificate
editA certificate used to sign the certificates of this deployment
Properties
edit-
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.
Example
edit{ "active" : true, "metadata" : { "also_trusted_by" : [ "string" ], "fingerprint" : "string", "valid_from" : "2019-01-01T00:00:00Z", "valid_to" : "2019-01-01T00:00:00Z" }, "pem" : "string" }