Queries the detailed information about an SSL certificate.
The maximum number of times that each user can call this operation per second is 20.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeCdnCertificateDetail |
The operation that you want to perform. Set the value to DescribeCdnCertificateDetail. |
CertName | String | Yes | cert-15480655xxxx |
The ID of the SSL certificate. You can query only one certificate at a time. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Cert | String | -----BEGIN CERTIFICATE-----\nMIIFzDCCBLSgAwIBxxxx |
The content of the SSL certificate. |
CertId | Long | 881049 |
The ID of the SSL certificate. |
CertName | String | cert-15480655xxxx |
The name of the SSL certificate. |
Key | String | xxxx |
The key of the SSL certificate. |
RequestId | String | 0AEDAF20-4DDF-4165-8750-47FF9C1929C9 |
The ID of the request. |
Examples
Sample requests
http://cdn.aliyuncs.com?Action=DescribeCdnCertificateDetail
&CertName=cert-15480655xxxx
&<Common request parameters>
Sample success responses
XML
format
<DescribeCdnCertificateDetailResponse>
<CertId>881049</CertId>
<RequestId>34D625D3-E316-460C-B87D-85BB5AD8AEAD</RequestId>
<CertName>cert-15480655xxxx</CertName>
<Cert>-----BEGIN CERTIFICATE-----
MIIFzDCCBLSgAwIBxxxx</Cert>
<Key>xxxx</Key>
</DescribeCdnCertificateDetailResponse>
JSON
format
{
"CertId": 881049,
"RequestId": "34D625D3-E316-460C-B87D-85BB5AD8AEAD",
"CertName": "cert-15480655xxxx",
"Cert": "-----BEGIN CERTIFICATE-----\nMIIFzDCCBLSgAwIBxxxx",
"Key":"xxxx"
}
Error codes
For a list of error codes, visit the API Error Center.