Get the validation of a certificate name
eurodns_ssl_get_validationCheck a certificate name's validation method, approver, token, and current status to identify why issuance is pending. Use this info to update the approver or resend the validation email.
Instructions
Returns how one certificate name is being validated — method, approver, token — and where it currently stands. Check it when an ordered certificate has not been issued; change the method or approver with eurodns_ssl_update_validation_approver, or resend the email with eurodns_ssl_resend_approver_email.
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. |