mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #531] 多域名合并签发 #340
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#340
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 @imxqxc on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/531
功能描述
希望能够增加多个域名同时签发生成一个证书文件,如同时将www.baidu.com、baidu.com和*.baidu.com三个域名合并签发为baidu.com.cer和baidu.com.key一个证书文件
动机
能够大幅度减少管理证书数量,同时能够避免个别证书与域名不匹配的问题
替代方案
acme.sh 通过 -d参数可以指定对个域名合并签发
如:
acme.sh --server letsencrypt --issue --dns dns_ali -d www.baidu.com -d *.baidu.com -d baidu.com
@mcxinyu commented on GitHub (Mar 18, 2025):
支持的,甚至多个不同主域名的都可以申请,
www.baidu.com;baidu.com;*.baidu.com;google.com;www.google.com注意域名之间用半角分号隔开就可以,也可以点击右边的编辑按钮进行傻瓜式操作。