CertificateMetaDataedit

The certificate MetaData

Propertiesedit

also_trusted_by (array[string])
Other deployments also trusting this certificate
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

Exampleedit

{
   "also_trusted_by" : [
      "string"
   ],
   "fingerprint" : "string",
   "valid_from" : "2019-01-01T00:00:00Z",
   "valid_to" : "2019-01-01T00:00:00Z"
}