Uploads a certificate signing request (CSR) file
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Name | string | No | The name of the CSR. | name |
Csr | string | Yes | The content of the CSR. | -----BEGIN CERTIFICATE REQUEST----- ...... -----END CERTIFICATE REQUEST----- |
Key | string | No | The private key content of the certificate in the PEM format. | -----BEGIN RSA PRIVATE KEY----- MII.... -----END RSA PRIVATE KEY----- |
Response parameters
Examples
Sample success responses
JSON
format
{
"CsrId": 2271,
"RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D"
}
Error codes
For a list of error codes, visit the Service error codes.