letsencrypt/autorenew

POST

Generates an SSL certificate and private key using Let’s Encrypt for a 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

#1313 Response Example
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"
    }
]}