Trust Certificate
Add to list of currently trusted certificates
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/ssl/trustedCertificates
COPY
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
Name, case insensitive
string
certificate
Required
PEM encoded certificate. All extraneous whitespace and other information is removed.
Responses
201
Created
Returns TrustedCertificate of type(s) application/json;version=39.0
{
"id": "string",
"alias": "string",
"certificate": "-----BEGIN CERTIFICATE----- <sample certificate contents> -----END CERTIFICATE-----"
}
string
id
Optional
id
string
alias
Required
Name, case insensitive
string
certificate
Required
PEM encoded certificate. All extraneous whitespace and other information is removed.
Availability
Added in 34.0
Trusted Certificates Operations
DELETE
Delete Certificate
GET
Get Certificate
GET
Query Trusted Certificates
POST
Trust Certificate
PUT
Update Certificate