Get TLS certificate
editGet TLS certificate
editRetrieves a certificate in the TLS certificate chain.
Request
editGET /api/v1/platform/configuration/security/tls/{service_name}
Path parameters
editName | 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"