Resend the SSL certificate validation email
eurodns_ssl_resend_approver_emailResend the SSL certificate validation email to the approver when it was not received. Fix missing approval emails by triggering a new delivery for the specified certificate name.
Instructions
Sends the validation email for one certificate name to its approver again, and returns nothing on success. Use it when the approver did not receive it; if the address itself is wrong, change it first with eurodns_ssl_update_validation_approver.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sanName | Yes | Subject Alternative Name exactly as it appears on the certificate, e.g. www.example.com, from eurodns_ssl_get_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. |