A newer version is available. For the latest information, see the
current release documentation.
Get TLS certificateedit
Retrieves a certificate in the TLS certificate chain.
Requestedit
GET /api/v1/platform/configuration/security/tls/{service_name}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
The service certificate chain to read. |
Responsesedit
-
200
-
(
TlsPublicCertChain
) The TLS certificate chain, with private key omitted, for the given service and whether it was user specified
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/platform/configuration/security/tls/{service_name} \ -u $CLOUD_USER:$CLOUD_KEY