deliveryservices/xmlId/{{XMLID}}/sslkeys/renew
POST
Uses ACME protocol to renew SSL keys for a Delivery Service.
- Auth. Required:
Yes
- Roles Required:
“admin”
- Permissions Required:
ACME:READ, DS-SECURITY-KEY:DELETE, DS-SECURITY-KEY:READ, DS-SECURITY-KEY:CREATE, DS-SECURITY-KEY:UPDATE, DELIVERY-SERVICE:READ, DELIVERY-SERVICE:UPDATE
- Response Type:
Object
Request Structure
Name |
Description |
---|---|
XMLID |
The ‘xml_id’ of the desired Delivery Service |
Request Structure
No parameters available
Response Structure
{ "alerts": [{
"level": "success",
"text": "Certificate for test-xml-id successfully renewed."
}]}