Verifying a CSR
Function
This API is used to verify a certificate signing request (CSR) and resolve the domain name.
URI
Request
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| csr | Yes | String | Certificate signing request. |
Response
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| domain_name | Yes | String | Domain name in the CSR. |
Example
The following describes how to verify a CSR.
- Example request
{ "csr":"-----BEGIN NEW CERTIFICATE REQUEST-----******-----END NEW CERTIFICATE REQUEST-----" } - Example response
{ "domain": "a.example1.com" }or
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about error code, see Error Code
Last Article: Applying for a Certificate
Next Article: Saving Certificate Information
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.