Reissue an SSL certificate
eurodns_ssl_reissue_certificateReissue an existing SSL certificate with a new CSR after key rotation, returning the new certificate without changing the subscription term or incurring a charge.
Instructions
Reissues an existing certificate against a new CSR, for example after a key rotation, and returns the new certificate. The subscription term is unchanged and no charge is made; to extend the term instead, use eurodns_ssl_renew_subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | encodedCsr: the new PEM certificate request the certificate is reissued against, plus sanEntries for a multi-domain certificate. | |
| certificateId | Yes | Numeric id of the certificate inside the subscription, from the certificates eurodns_ssl_get_subscription returns. | |
| subscriptionId | Yes | Numeric id of the SSL subscription, from the list eurodns_ssl_get_subscription returns when called without an id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |