Updates the private key of a certificate signing request (CSR).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CsrId | long | Yes | The ID of the CSR. | 5209 |
Key | string | Yes | 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
{
"RequestId": "082FAB35-6AB9-4FD5-8750-D36673548E76"
}
Error codes
For a list of error codes, visit the Service error codes.