A newer version is available. For the latest information, see the
current release documentation.
Update extra certificate
editUpdate extra certificate
editAdd or update an extra certificate.
Request
editPUT /api/v1/platform/configuration/security/extra_certs/{cert_id}
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
The extra certificate Id. For example, |
Request body
edit(string
) (required) Extra certificate bundle
Responses
edit-
200
-
Updates extra certificate under given id
-
400
-
Certificate uses unknown cryptographic algorithm. (code:
cert.unknown_cert_algorithm
)Headers
-
x-cloud-error-codes
(string
; allowed values: [cert.unknown_cert_algorithm
]) - The error codes associated with the response
-
Request example
editcurl -XPUT https://{{hostname}}/api/v1/platform/configuration/security/extra_certs/{cert_id} \ -H "Authorization: ApiKey $ECE_API_KEY" \ -H 'Content-Type: application/text'