mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #297] [Feature] 希望支持同域名多证书的支持 #181
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#181
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 (Nov 3, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/297
功能描述
如题,允许同一个域名申请不同算法的多个证书。
同 #286
目前我使用泛域名证书,需要同时申请
example.com和*.example.com的RSA2048和EC256证书,填写不同的域名无法满足需求.是否考虑使用id来区分不同证书?
动机
目前我主要使用EC-256算法的证书以提高SSL性能,但仍需要保留RSA2048证书配置作为Fallback以实现对少部分不支持EC-256算法客户端的支持。然而,目前一个网站只能选择一种证书算法,而且不能添加域名相同的两个网站,希望能实现该功能。
@usual2970 commented on GitHub (Nov 4, 2024):
感谢反馈~近期没有这方面的迭代计划,可考虑自己 fork 实现
@JavaSCU commented on GitHub (Nov 5, 2024):
可以配置2条域名证书配置,一条是RSA的,一条是ECC的。
但是2条的域名顺序要颠倒下,否则提示“Value must be unique”