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 | /waap/v1.0/services/{serviceId}/certificates | Attaches a certificate to a domain for website acceleration. |
Get Domain Certificate | GET | /waap/v1.0/services/{serviceId}/certificates | Retrieves certificate of domain. |
Detach Certificate from Domain | DELETE | /waap/v1.0/services/{serviceId}/certificates | Detaches certificate from domain. |
Request Auto Let's Encrypt Certificate for Domain | POST | /waap/v1.0/services/{serviceId}/certificates/auto | Requests the system to automatically generate the Let's Encrypt Certificate for a domain. |
Get Auto Let's Encrypt Certificate Status | GET | /waap/v1.0/services/{serviceId}/certificates/auto | Retrieves auto let's encrypt certifcate status. |