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]

Y

The service certificate chain to read.

Responses

edit
200

(TlsPublicCertChain) The TLS certificate chain is retrieved. NOTE: The private key is omitted.

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request example

edit
curl -XGET {{hostname}}/api/v1/platform/configuration/security/tls/{service_name} \
-u $CLOUD_USER:$CLOUD_KEY