[GH-ISSUE #286] [Feature] 希望支持同域名多证书的支持 #173

Closed
opened 2026-03-03 01:01:23 +03:00 by kerem · 3 comments
Owner

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算法客户端的支持。然而,目前一个网站只能选择一种证书算法,而且不能添加域名相同的两个网站,希望能实现该功能。

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算法客户端的支持。然而,目前一个网站只能选择一种证书算法,而且不能添加域名相同的两个网站,希望能实现该功能。
kerem 2026-03-03 01:01:23 +03:00
Author
Owner

@usual2970 commented on GitHub (Oct 31, 2024):

感谢反馈~目前使用域名作为唯一索引,你可以填写不同的域名:

比如:
www.a.com

www.a.com
www1.a.com

<!-- gh-comment-id:2448714390 --> @usual2970 commented on GitHub (Oct 31, 2024): 感谢反馈~目前使用域名作为唯一索引,你可以填写不同的域名: 比如: www.a.com www.a.com www1.a.com
Author
Owner

@Allenyou1126 commented on GitHub (Oct 31, 2024):

抱歉,目前我使用泛域名证书,需要同时申请申请example.com和*.example.com的RSA2048和EC256证书,这样无法满足需求。

<!-- gh-comment-id:2448809197 --> @Allenyou1126 commented on GitHub (Oct 31, 2024): 抱歉,目前我使用泛域名证书,需要同时申请申请example.com和`*.example.com`的RSA2048和EC256证书,这样无法满足需求。
Author
Owner

@Allenyou1126 commented on GitHub (Oct 31, 2024):

是否考虑使用id来区分不同证书?

<!-- gh-comment-id:2448809691 --> @Allenyou1126 commented on GitHub (Oct 31, 2024): 是否考虑使用id来区分不同证书?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#173
No description provided.