Set TLS certificateedit
Creates or updates the TLS certificate chain.
Requestedit
POST /api/v1/platform/configuration/security/tls/{service_name}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
The service certificate chain to read. |
Request bodyedit
(string
) (required) New certificate chain: the PEM encoded RSA private key, followed by the server certificate, followed by the CA certificate
Responsesedit
-
202
-
The TLS update has been accepted for the given service and will take effect throughout the system
-
449
-
elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')
Request exampleedit
curl -XPOST https://{{hostname}}/api/v1/platform/configuration/security/tls/{service_name} \ -H "Authorization: ApiKey $ECE_API_KEY"