Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.39 KB

letsencrypt_autorenew.rst

File metadata and controls

54 lines (44 loc) · 1.39 KB

letsencrypt/autorenew

POST

Generates an SSL certificate and private key using Let's Encrypt for a :term:`Delivery Service`

Auth. Required:Yes
Roles Required:"admin" or "operations"
Permissions Required:DS-SECURITY-KEY:CREATE, DELIVERY-SERVICE:READ, DELIVERY-SERVICE:UPDATE
Response Type:Object

Request Structure

No parameters available

Response Structure

HTTP/1.1 200 OK
Content-Type: application/json

{ "alerts": [
        {
                "text": "This endpoint is deprecated, please use acme_autorenew/ instead",
                "level": "warning"
        },
        {
                "text": "Beginning async call to renew certificates. This may take a few minutes.",
                "level": "success"
        }
]}