TrustedCertificate
editTrustedCertificate
editAn x509 certificate used by a DirectTrustRelationship
Properties
edit-
metadata
(CertificateMetaData
) - Metadata about the certificate, including fingerprint and expiry date. Generated by the Cloud service and ignored on write.
-
pem
(string
, required) - The public ca certificate as string in PEM format.
Example
edit{ "metadata" : { "also_trusted_by" : [ "string" ], "fingerprint" : "string", "valid_from" : "2019-01-01T00:00:00Z", "valid_to" : "2019-01-01T00:00:00Z" }, "pem" : "string" }