Get Certificate
Get the PEM-encoded certificate with the requested URN
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/ssl/trustedCertificates/{trustedCertificate}
COPY
Path Parameters
string
trustedCertificate
Required
trustedCertificate
Responses
200
OK
Returns
TrustedCertificate
of type(s)
application/json;version=39.1
{
"id": "string",
"alias": "string",
"certificate": "-----BEGIN CERTIFICATE----- <sample certificate contents> -----END CERTIFICATE-----"
}
string
id
Optional
Constraints:
maxLength: 128
id
string
alias
Required
Constraints:
maxLength: 255
Name, case insensitive
string
certificate
Required
PEM encoded certificate. All extraneous whitespace and other information is removed.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/ssl/trustedCertificates/{trustedCertificate}
Availability
Added in 34.0
Trusted Certificates Operations
GET
Query Trusted Certificates
POST
Trust Certificate
GET
Get Certificate
PUT
Update Certificate
DELETE
Delete Certificate