Description
Validates the CSR for a domain name.
Parameters
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 |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/sslcert/validate-csr.json?auth-userid=0&api-key=0&csr=-----BEGIN%20CERTIFICATE%20REQUEST-----xxxxxx-----END%20CERTIFICATE%20REQUEST-----
Response
Returns a success or error depending on the CSR passed.