A newer version is available. For the latest information, see the
current release documentation.
Get TLS certificate
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get TLS certificate
editRetrieves a certificate in the TLS certificate chain.
Request
editGET /api/v1/platform/configuration/security/tls/{service_name}
Path parameters
edit| Name | Type | Required | Description |
|---|---|---|---|
|
|
Y |
The service certificate chain to read. |
Responses
edit-
200 -
The TLS certificate chain, with private key omitted, for the given service and whether it was user specified
Request example
editcurl -XGET https://{{hostname}}/api/v1/platform/configuration/security/tls/{service_name} \
-H "Authorization: ApiKey $ECE_API_KEY"