更新时间:2023-01-13 GMT+08:00
分享

私有证书管理

私有CA相关接口的授权信息

权限

对应API接口

授权项(Action)

企业项目

(Enterprise Project)

创建CA

POST /v1/private-certificate-authorities

pca:ca:create

x

取消计划删除CA

POST /v1/private-certificate-authorities/{ca_id}/restore

pca:ca:restore

x

查询私有CA详情

GET /v1/private-certificate-authorities/{ca_id}

pca:ca:get

x

查询私有CA CSR

GET /v1/private-certificate-authorities/{ca_id}/csr

pca:ca:getCsr

x

查询私有CA配额

GET /v1/private-certificate-authorities/quotas

pca:ca:quota

x

导出私有CA

POST /v1/private-certificate-authorities/{ca_id}/export

pca:ca:export

x

删除私有CA

DELETE /v1/private-certificate-authorities/{ca_id}

pca:ca:delete

x

禁用私有CA

POST /v1/private-certificate-authorities/{ca_id}/disable

pca:ca:disable

x

启用私有CA

POST /v1/private-certificate-authorities/{ca_id}/enable

pca:ca:enable

x

激活私有CA

POST /v1/private-certificate-authorities/{ca_id}/activate

pca:ca:active

x

导入 CA

POST /v1/private-certificate-authorities/{ca_id}/import

pca:ca:import

x

查询私有CA列表

GET /v1/private-certificate-authorities

pca:ca:list

私有证书相关接口的授权信息

权限

对应API接口

授权项(Action)

企业项目

(Enterprise Project)

查询私有证书详情

GET /v1/private-certificates/{certificate_id}

pca:cert:get

x

解析私有证书CSR

POST /v1/private-certificates/csr/parse

pca:cert:parseCsr

x

导出私有证书

POST /v1/private-certificates/{certificate_id}/export

pca:cert:export

x

查询私有证书配额

GET /v1/private-certificates/quotas

pca:cert:quota

x

创建私有证书

POST /v1/private-certificates

pca:ca:issueCert

x

删除私有证书

DELETE /v1/private-certificates/{certificate_id}

pca:ca:delete

x

吊销私有证书

POST /v1/private-certificates/{certificate_id}/revoke

pca:cert:revoke

x

使用CSR创建私有证书

POST /v1/private-certificates/csr

pca:ca:issueCertThroughCSR

x

查询私有证书列表

GET /v1/private-certificates

pca:cert:list

分享:

    相关文档

    相关产品