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 codes, see Error Codes
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot