CertificateMetaData
editCertificateMetaData
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
(string
asdate-time
, required) - The valid from date of the certificate in UTC
-
valid_to
(string
asdate-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" }