DescribePcaAndExternalCACertificateList - 获取ipa证书列表

返回用户所有CaCertificate,包括PCA内部产生的与导入的外部证书。

说明

目前该API接口已标记为弃用,推荐使用替代API:cas(2020-06-30) - ListAllEndEntityInstance

接口说明

本接口用于分页查询您已创建的所有 CA 证书(包括根 CA 证书和子 CA 证书)的详细信息,例如,CA 证书的唯一识别码、序列号、使用者信息、证书内容等。

QPS 限制

本接口的单用户 QPS 限制为 10 次/秒。超过限制,API 调用将会被限流,这可能影响您的业务,请合理调用。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求参数

名称

类型

必填

描述

示例值

CurrentPage

integer

当前页码。

1

ShowSize

integer

指定每页显示多少条记录。默认值为 50。

50

返回参数

名称

类型

描述

示例值

object

CurrentPage

integer

当前页码。

1

RequestId

string

结果的请求 id。

CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D

TotalCount

integer

总记录数。

10

PageCount

integer

列表条目数。

1

ShowSize

integer

指定每页显示多少条记录。默认值为 50。

10

CertificateList

array<object>

证书显示列表。

object

证书显示列表。

Years

integer

证书购买年限。

3

Status

string

证书状态。取值:-payed:已付款-checking:审核中-issued:已签发-revoked:已吊销-checked_fail:审核失败

ISSUE

SerialNumber

string

证书序列号。

62b2b943a32d96883a6650e672ea0276****

CertificateType

string

证书类型。

SUB_ROOT

Algorithm

string

证书 id。

RSA

State

string

证书状态。-success:已生效-checking:检测域名是否在阿里云全站加速-cname_error:域名没有切到阿里云全球加速实例-domain_invalid:域名包含非法字符-unsupport_wildcard:不支持泛域名

Zhejiang

Organization

string

证书组织。

阿里云计算有限公司

ParentIdentifier

string

父证书 id。

1a83bcbb89e562885e40aa0108f5****

Locality

string

证书绑定的主域名。

Hangzhou

Identifier

string

证书 id。

05e148d8d3ecc9976d9ecd2b2f25****

Sans

string

证书绑定的所有域名。

[ {"Type": 7, "Value": "192.0.XX.XX"}, {"Type": 2, "Value": "www.aliyundoc.com"}, ]

KeySize

integer

证书 key 的大小,单位 gb。

2048

X509Certificate

string

x09 证书。

-----BEGIN CERTIFICATE----- …… -----END CERTIFICATE-----

SubjectDN

string

证书主体(拥有者),采用 dn 标识。

C=CN,O=阿里云计算有限公司,OU=Security,L=Hangzhou,ST=Zhejiang,CN=Aliyun

SignAlgorithm

string

证书签名算法,取值:-prefix:前缀验证。-match:完全匹配。-any:全部匹配。

SHA256WITHRSA

OrganizationUnit

string

证书颁发机构。

Security

AfterDate

integer

证书到期时间。

2022-08-23T16:15Z

Sha2

string

证书绑定的主域名。

14dcc8afc7578e1fcec36d658f7e20de18f6957bbac42b373a66bc9de4e9****

CommonName

string

证书绑定的主域名。

aliyun.com

Md5

string

证书绑定的 md5 值。

05e148d8d3ecc9976d9ecd2b2f25****

CountryCode

string

证书国家标准编码。

CN

BeforeDate

integer

证书签发时间。

2021-01-01T00:00Z

示例

正常返回示例

JSON格式

{
  "CurrentPage": 1,
  "RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D",
  "TotalCount": 10,
  "PageCount": 1,
  "ShowSize": 10,
  "CertificateList": [
    {
      "Years": 3,
      "Status": "ISSUE",
      "SerialNumber": "62b2b943a32d96883a6650e672ea0276****",
      "CertificateType": "SUB_ROOT",
      "Algorithm": "RSA",
      "State": "Zhejiang",
      "Organization": "阿里云计算有限公司",
      "ParentIdentifier": "1a83bcbb89e562885e40aa0108f5****",
      "Locality": "Hangzhou",
      "Identifier": "05e148d8d3ecc9976d9ecd2b2f25****",
      "Sans": "[ {\"Type\": 7, \"Value\": \"192.0.XX.XX\"}, {\"Type\": 2, \"Value\": \"www.aliyundoc.com\"}, ]",
      "KeySize": 2048,
      "X509Certificate": "-----BEGIN CERTIFICATE----- …… -----END CERTIFICATE-----",
      "SubjectDN": "C=CN,O=阿里云计算有限公司,OU=Security,L=Hangzhou,ST=Zhejiang,CN=Aliyun",
      "SignAlgorithm": "SHA256WITHRSA",
      "OrganizationUnit": "Security",
      "AfterDate": 0,
      "Sha2": "14dcc8afc7578e1fcec36d658f7e20de18f6957bbac42b373a66bc9de4e9****",
      "CommonName": "aliyun.com",
      "Md5": "05e148d8d3ecc9976d9ecd2b2f25****",
      "CountryCode": "CN",
      "BeforeDate": 0
    }
  ]
}

错误码

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情