A newer version is available. For the latest information, see the
current release documentation.
PublicCertificate
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
PublicCertificate
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" : {
"fingerprint" : "string",
"valid_from" : "2019-01-01T00:00:00Z",
"valid_to" : "2019-01-01T00:00:00Z"
},
"pem" : "string"
}