SSL Certificates Management APIs
The 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.The APIs are categorised by functionality and include essential details such as the request URI, method, and brief description.
API Name | Method | Request URI | Description |
---|---|---|---|
Attach Certificate to Domain | POST | /waap/v1.0/services/{serviceId}/certificates | Attach a certificate to a domain for website acceleration. |
Get Domain Certificate | GET | /waap/v1.0/services/{serviceId}/certificates | Retrieve certificate of domain. |
Detach Certificate from Domain | DELETE | /waap/v1.0/services/{serviceId}/certificates | Detach certificate from domain. |
Request Auto Let's Encrypt Certificate for Domain | POST | /waap/v1.0/services/{serviceId}/certificates/auto | Request 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 | Retrieve auto let's encrypt certifcate status. |