全部產品
Search
文件中心

Certificate Management Service:DescribePcaAndExternalCACertificateList - 擷取ipa認證列表

更新時間:Apr 03, 2026

返回使用者所有CaCertificate,包括PCA內部產生的與匯入的外部認證。

介面說明

本介面用於分頁查詢您已建立的所有 CA 憑證(包括根 CA 憑證和子 CA 憑證)的詳細資料,例如,CA 憑證的唯一識別碼、序號、使用者資訊、認證內容等。

QPS 限制

本介面的單使用者 QPS 限制為 10 次/秒。超過限制,API 呼叫將會被限流,這可能影響您的業務,請合理調用。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

下表是API對應的授權資訊,可以在RAM權限原則語句的Action元素中使用,用來給RAM使用者或RAM角色授予調用此API的許可權。具體說明如下:

  • 操作:是指具體的許可權點。

  • 存取層級:是指每個操作的存取層級,取值為寫入(Write)、讀取(Read)或列出(List)。

  • 資源類型:是指操作中支援授權的資源類型。具體說明如下:

    • 對於必選的資源類型,用前面加 * 表示。

    • 對於不支援資源級授權的操作,用全部資源表示。

  • 條件關鍵字:是指雲產品自身定義的條件關鍵字。

  • 關聯操作:是指成功執行操作所需要的其他許可權。操作者必須同時具備關聯操作的許可權,操作才能成功。

操作

存取層級

資源類型

條件關鍵字

關聯操作

yundun-cert:DescribePcaAndExternalCACertificateList

get

*全部資源

*

請求參數

名稱

類型

必填

描述

樣本值

CurrentPage

integer

當前頁碼。

1

ShowSize

integer

指定每頁顯示多少條記錄。預設值為 50。

50

Identifiers

string

認證標識。多個標識間英文逗號間隔。

aaa,bbb

KeyWord

string

查詢關鍵字。支援通過名稱、網域名稱、SANS 模糊查詢。

test_name

返回參數

名稱

類型

描述

樣本值

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:網域名稱沒有切到阿里雲Global Acceleration執行個體-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
    }
  ]
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情