Get an SSL certificate
eurodns_ssl_get_certificateRetrieve detailed information about a specific SSL certificate, including its common name, SANs, validity dates, and issuance status, using the certificate and subscription IDs obtained from the subscription list.
Instructions
Returns one certificate of an SSL subscription: its common name, SANs, validity dates and issuance status. Both ids come from eurodns_ssl_get_subscription; to see how a name is being validated, use eurodns_ssl_get_validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |