v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
domain certificates

Let's Encrypt: Order a certificate renewal

Renews a Let's Encrypt certificate ordered with DNSimple.

post/{account}/domains/{domain}/certificates/letsencrypt/{certificate}/renewals

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

certificateinteger required

The certificate id

Request body

auto_renewboolean

Enable the auto-renewal of the certificate

signature_algorithmstring

Optional string to determine the signature algorithm to be used. Either ECDSA or RSA

Response

Successfully created the certificate renewal order.

Example response

{
  "data": {
    "id": 999,
    "old_certificate_id": 200,
    "new_certificate_id": 300,
    "state": "new",
    "auto_renewal": true,
    "created_at": "2017-10-19T08:18:53Z",
    "updated_at": "2017-10-19T08:18:53Z"
  }
}