Get TLS certificate

edit

Retrieves a certificate in the TLS certificate chain.

Request

edit

GET /api/v1/platform/configuration/security/tls/{service_name}

Path parameters

edit
Name Type Required Description

service_name

string; allowed values: [adminconsole, proxy, ui, internalca]

Y

The service certificate chain to read.

Responses

edit
200

(TlsPublicCertChain)

The TLS certificate chain, with private key omitted, for the given service and whether it was user specified

Request example

edit
curl -XGET https://{{hostname}}/api/v1/platform/configuration/security/tls/{service_name} \
-H "Authorization: ApiKey $ECE_API_KEY"