GET
/deployments/{deployment_id}/certificate-authority
curl \
--request GET 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/certificate-authority'
Returns the certificate authority used to sign the certificates of this deployment.
The certificate authority used to sign the certificates of this deployment
The trust restriction expression to use that would provide trust with the Elasticsearch nodes of this deployment
The certificates used by this certificate authority. The active certificate is the one that has been used to sign the current certificates of the Elasticsearch instances. All others are either certificates used in the past or certificates that will be used in the future when the currently active certificate expires.
A certificate used to sign the certificates of this deployment
If true, this certificate is the one which has been used to sign the current certificates. Otherwise, it may be the one that will be used when this certificate expires.
The public certificate as string in PEM format.
The certificate MetaData
The fingerprint of the certificate
The expiry date of the certificate in UTC
The valid from date of the certificate in UTC
Other deployments also trusting this certificate
deployments.deployment_not_found)deployments.deployment_resource_not_found)A list of errors that occurred in the failing request
curl \
--request GET 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/certificate-authority'