URL
https://cdnsun.com/api/custom-ssl-certificates[/ID]
Method
GET
Curl example
curl -i -X GET -u username:password -H 'Accept: application/json' -H 'Content-type: application/json' --url 'https://cdnsun.com/api/custom-ssl-certificates[/ID]'
Options
Option | Data Type | Description |
---|---|---|
ID | integer | Custom SSL Certificate ID. |
status | string | Custom SSL Certificate status. |
type | string | Custom SSL Certificate type. |
cdn_id | integer | Custom SSL Certificate CDN Service ID. |
common_name | string | Custom SSL Certificate Common Name (CN). |
subject_alternative_names | string | Custom SSL Certificate Subject Alternative Names (SAN). |
valid_from | string | Custom SSL Certificate valid from datetime. |
valid_to | string | Custom SSL Certificate valid to datetime. |
certificate | string | Custom SSL Certificate content in PEM format. |
Note
Please note that only SNI(LE) SSL certificates can be listed. Please refer to Creating CDN services with an SSL enabled for more details.