IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

CertificateMetaData

edit

The certificate MetaData

Properties

edit
fingerprint (string, required)
The fingerprint of the certificate
valid_from (string as date-time, required)
The valid from date of the certificate in UTC
valid_to (string as date-time, required)
The expiry date of the certificate in UTC

Example

edit
{
   "fingerprint" : "string",
   "valid_from" : "2019-01-01T00:00:00Z",
   "valid_to" : "2019-01-01T00:00:00Z"
}