Set TLS certificate

edit

Creates or updates the TLS certificate chain.

Request

edit

POST /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.

Request body

edit

(string) (required) New certificate chain: the PEM encoded RSA private key, followed by the server certificate, followed by the CA certificate

Responses

edit
202

(UpdatedTlsChain)

The TLS update has been accepted for the given service and will take effect throughout the system

Request example

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