A newer version is available. For the latest information, see the
current release documentation.
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" : { "fingerprint" : "string", "valid_from" : "2019-01-01T00:00:00Z", "valid_to" : "2019-01-01T00:00:00Z" }, "pem" : "string" }