Queries the details about all root certificate authority (CA) certificates and intermediate CA certificates.
Operation description
You can call the DescribeCACertificateList operation to perform a paged query of the details about all CA certificates that you create. The details include the unique identifier, serial number, user information, and content of each root CA certificate or intermediate CA certificate.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-cert:DescribeCACertificateList | Read |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CurrentPage | integer | No | The number of the page to return. Default value: 1. | 1 |
ShowSize | integer | No | The number of CA certificates to return on each page. Default value: 20. | 20 |
Identifier | string | No | The unique identifier of the client certificate or server certificate that you want to revoke. Note
You can call the ListClientCertificate operation to query the unique identifiers of all client certificates and server certificates.
| 160ae6bb538d538c70c01f81dcf2**** |
All Alibaba Cloud API operations must include common request parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Examples
Sample success responses
JSON
format
{
"CurrentPage": 1,
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
"TotalCount": 2,
"PageCount": 1,
"ShowSize": 20,
"CertificateList": [
{
"Years": 3,
"Status": "ISSUE",
"SerialNumber": "70e3b2566d92805173767869727fb92e****",
"CertificateType": "SUB_ROOT",
"Algorithm": "RSA",
"State": "Zhejiang",
"Organization": "Alibaba Cloud Computing Co., Ltd.\n",
"ParentIdentifier": "1a83bcbb89e562885e40aa0108f5****",
"Locality": "Hangzhou",
"Identifier": "160ae6bb538d538c70c01f81dcf2****",
"Sans": "1",
"KeySize": 2048,
"X509Certificate": "-----BEGIN CERTIFICATE----- …… -----END CERTIFICATE-----",
"SubjectDN": "C=CN,O=Alibaba Cloud Computing Co., Ltd.,OU=Security,L=Hangzhou,ST=Zhejiang,CN=Aliyun\n",
"SignAlgorithm": "SHA256WITHRSA",
"OrganizationUnit": "Security",
"AfterDate": 1665819958000,
"Sha2": "14dcc8afc7578e1fcec36d658f7e20de18f6957bbac42b373a66bc9de4e9****",
"CommonName": "Aliyun",
"Md5": "160ae6bb538d538c70c01f81dcf2****",
"CountryCode": "CN",
"BeforeDate": 1634283958000
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||
---|---|---|---|---|---|---|
2023-08-30 | The request parameters of the API has changed | see changesets | ||||
|