SSL Certificate API
This catalogue provides a comprehensive list of all available APIs for SSL Certificates Management. The Certificate Management supports managing the certificates of all services and solutions. All services and solutions can use uploaded certificates under the same customer. APIs are categorised by features, including the essential information, such as Request URI, method, and description.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Attach Certificate to Domain | POST | /cdn/v1.0/services/{serviceId}/certificates | Attaches a certificate to a domain for website acceleration. |
| Detach Certificate from Domain | DELETE | /cdn/v1.0/services/{serviceId}/certificates | Detaches certificate from domain. |
| Get Attached Certificate Of Domain | GET | /cdn/v1.0/services/{serviceId}/certificates | Retrieves certificate of domain. |
| List Attached Domains Of Certificate | GET | /cdn/v1.0/certificates/{certificateId}/services | This API is used to list all services which have been using this SSL certificates. |
| Request Auto Let's Encrypt Certificate for Service | POST | /cdn/v1.0/services/{serviceId}/certificates/auto | Requests the system to automatically generate the Let's Encrypt Certificate for a domain. |