SSL certificates
Get SSL certificate details
get/cdn/sslData/{ssl_id}
Path parameters
ssl_idinteger required
SSL certificate ID.
Response
Successful.
Example response
{
"id": 42,
"cert_issuer": "Some certification center",
"cert_subject_cn": "mydomain.name",
"validity_not_before": "2016-09-17T18:06:01Z",
"validity_not_after": "2017-08-21T11:02:00Z",
"hasRelatedResources": true,
"name": "Some certificate"
}