Update Certificate
Updates an existing trusted certificate
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/ssl/trustedCertificates/{trustedCertificate}
COPY
Path Parameters
string
trustedCertificate
Required
trustedCertificate
string
trustedCertificate
Required
trustedCertificate
Request Body
TrustedCertificate of type(s) application/json
Optional
{
"id": "string",
"alias": "string",
"certificate": "-----BEGIN CERTIFICATE----- <sample certificate contents> -----END CERTIFICATE-----"
}
string
id
Optional
id
string
alias
Required
alias
string
certificate
Required
PEM encoded certificate
Responses
200
OK
Returns TrustedCertificate of type(s) application/json;version=36.3
{
"id": "string",
"alias": "string",
"certificate": "-----BEGIN CERTIFICATE----- <sample certificate contents> -----END CERTIFICATE-----"
}
string
id
Optional
id
string
alias
Required
alias
string
certificate
Required
PEM encoded certificate
Availability
Added in 34.0
On This Page
Trusted Certificates Operations
DELETE
Delete Certificate
GET
Get Certificate
GET
Query Trusted Certificates
POST
Trust Certificate
PUT
Update Certificate