Queries the content of a certificate signing request (CSR).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:GetCsrDetail |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CsrId |
integer |
Yes |
The ID of the CSR. |
3924 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Csr |
string |
The content of the CSR. |
-----BEGIN CERTIFICATE REQUEST----- ...... -----END CERTIFICATE REQUEST----- |
| PrivateKey |
string |
The private key. Specify a Base64-encoded string. |
-----BEGIN RSA PRIVATE KEY-----…… -----END RSA PRIVATE KEY----- |
| RequestId |
string |
The request ID. |
08F45EA0-66A7-4504-9B31-3589F5CE308D |
Examples
Success response
JSON format
{
"Csr": "-----BEGIN CERTIFICATE REQUEST----- ...... -----END CERTIFICATE REQUEST-----",
"PrivateKey": "-----BEGIN RSA PRIVATE KEY-----…… -----END RSA PRIVATE KEY-----",
"RequestId": "08F45EA0-66A7-4504-9B31-3589F5CE308D"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.