mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #843] [Feature] 兼容某些CDN的ECC+RSA双证书部署方式 #575
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#575
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 @Trashblazer on GitHub (Jul 3, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/843
功能描述 / Description
腾讯云的EdgeOne可以支持ECC+RSA双证书部署,他们的接口 ModifyHostsCertificate.ServerCertInfo 可以传入两个证书ID。
现在的问题是只能在部署流程里选择一个证书,执行部署就调用一次ModifyHostsCertificate。如果前一个流程部署了RSA证书,后面一个流程部署ECC证书就会再调用一次ModifyHostsCertificate把前面部署的RSA证书替换掉。
ModifyHostsCertificate https://cloud.tencent.com/document/api/1552/80764
解决办法:
请求动机 / Motivation
双证书是基本功能,拓展到CDN部署的兼容性。
其他 / Miscellaneous
No response
贡献 / Contribution
@LeenHawk commented on GitHub (Sep 13, 2025):
+1 实际上有一些应用本来需要多证书来着,比如邮局