mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #364] [Feature] 希望增加多个子域名的一同证书申请 #223
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#223
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 @liguanglai on GitHub (Dec 3, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/364
功能描述
希望 certimate 支持一次性申请多个子域名的证书,例如:
*.aaaa.com
*.admin.aaaa.com
*.site.aaaa.com
用户可以通过域名填写时同时指定多个子域名,自动完成证书的申请和续期。
生成一个证书文件。
其他信息
用acme.sh 更新的时候可以用以下命令多个子域名进行同一证书的申请。:
acme.sh --issue --dns dns_ali -d aaaa.com -d *.aaaa.com -d *.admin.aaaa.com -d *.school.aaaa.com --force
@usual2970 commented on GitHub (Dec 3, 2024):
感谢反馈~ 域名编辑可以添加多个域名的