A newer version is available. For the latest information, see the
current release documentation.
TrustedCertificate
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
TrustedCertificate
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"
}