Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.78 KB

deliveryservices_xmlid_xmlid_sslkeys_renew.rst

File metadata and controls

55 lines (44 loc) · 1.78 KB

deliveryservices/xmlId/{{XMLID}}/sslkeys/renew

POST

Uses :abbr:`ACME (Automatic Certificate Management Environment)` protocol to renew SSL keys for a :term:`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

Request Path Parameters
Name Description
XMLID The 'xml_id' of the desired :term:`Delivery Service`

Request Structure

No parameters available

Response Structure

{ "alerts": [{
        "level": "success",
        "text": "Certificate for test-xml-id successfully renewed."
}]}