CA certificates
Get trusted CA certificate details
get/cdn/sslCertificates/{id}
Path parameters
idinteger required
CA certificate ID.
Response
Successful.
Example response
{
"id": 1,
"name": "Example CA certificate",
"deleted": true,
"cert_issuer": "example.com",
"cert_subject_cn": "example.com",
"cert_subject_alt": "DNS:example.com",
"validity_not_before": "2020-06-26T12:03:53Z",
"validity_not_after": "2021-06-26T12:03:53Z"
}