Validate CSR
Loading...
When you want to validate a Certificate Signing Request (CSR) for an SSL order using the API. This article explains required parameters, CSR validation handling, and response details for SSL CSR verification.
Validates the CSR for a domain name.
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | Order Id of the SSL order. |
| csr | String | Required | Encoded CSR for the domain name |
POST
https://test.httpapi.com/api/sslcert/validate-csr.json?auth-userid=0&api-key=0&csr=-----BEGIN%20CERTIFICATE%20REQUEST-----xxxxxx-----END%20CERTIFICATE%20REQUEST-----
Returns a success or error depending on the CSR passed.