A newer version is available. For the latest information, see the
current release documentation.
CertificateMetaData
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CertificateMetaData
editThe certificate MetaData
Properties
edit-
also_trusted_by(array[string)] - Other deployments also trusting this certificate
-
fingerprint(string, required) - The fingerprint of the certificate
-
valid_from(stringasdate-time, required) - The valid from date of the certificate in UTC
-
valid_to(stringasdate-time, required) - The expiry date of the certificate in UTC
Example
edit{
"also_trusted_by" : [
"string"
],
"fingerprint" : "string",
"valid_from" : "2019-01-01T00:00:00Z",
"valid_to" : "2019-01-01T00:00:00Z"
}