mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 21:25:54 +03:00
[GH-ISSUE #885] [Feature] 阿里云更新CDN证书时先上传到CAS #605
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dxkrs on GitHub (Jul 22, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/885
功能描述 / Description
证书部署到“阿里云数字证书管理服务CAS”后,接口会返回新的
CertId,拿着这个CertId部署到“阿里云CDN”里“指定域名”的ssl配置。SetCdnDomainSSLCertificate接口支持部署CAS证书,DescribeDomainCertificateInfo接口支持查看当前CDN域名的ssl配置情况。请求动机 / Motivation
证书需要统一部署到阿里云的数字证书管理中心,方便查看所有证书信息,以及查看各业务对证书的使用情况;
不希望部署到每个业务(比如OSS、CDN)的“上传证书”功能。这样做的话将会缺乏一个查看“每个业务正在使用的证书情况”的中心,即类似阿里云的数字证书管理中心,certmate目前功能也不善于充当这个“管控中心”角色;
阿里云的数字证书管理中心cas不支持更改证书内容。即每次证书到期,cermate更新证书后部署到阿里云cas,只能在数字证书管理中心“新增”一个上传证书,并获得一个新的
CertId,CDN相关域名的配置依然会继续引用(在云盾的)旧证书的CertId,阿里云的cas不支持更改旧CertId的证书内容;阿里云相关有证书配置业务(比如OSS、CDN)的api,允许请求配置云盾证书;
其他 / Miscellaneous
No response
贡献 / Contribution