mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #286] [Feature] 希望支持同域名多证书的支持 #173
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#173
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 @Allenyou1126 on GitHub (Oct 30, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/286
功能描述
如题,允许同一个域名申请不同算法的多个证书。
动机
目前我主要使用EC-256算法的证书以提高SSL性能,但仍需要保留RSA2048证书配置作为Fallback以实现对少部分不支持EC-256算法客户端的支持。然而,目前一个网站只能选择一种证书算法,而且不能添加域名相同的两个网站,希望能实现该功能。
@usual2970 commented on GitHub (Oct 31, 2024):
感谢反馈~目前使用域名作为唯一索引,你可以填写不同的域名:
比如:
www.a.com
www.a.com
www1.a.com
@Allenyou1126 commented on GitHub (Oct 31, 2024):
抱歉,目前我使用泛域名证书,需要同时申请申请example.com和
*.example.com的RSA2048和EC256证书,这样无法满足需求。@Allenyou1126 commented on GitHub (Oct 31, 2024):
是否考虑使用id来区分不同证书?