mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #521] [Feature] 增加SSH部署中证书文件路径的模版变量 #331
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#331
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 @leechedan on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/521
功能描述
SSH部署申请的证书过程中,多个域名部署使用同一工作流,每个域名的证书存放的key/crt证书使用不同的路径
比如证书路径/opt/cert/{{domain}}.key /opt/cert/{{domain}}.crt 每一个域名对应到不同的路径
动机
部署多个域名的证书存放在同一个nginx证书目录,可以使用同一个工作流,增加工作流的复用性
替代方案
暂无,只能每个工作流部署一个域名的证书
其他信息
在这里添加任何相关的附加信息或截图。
@fudiwei commented on GitHub (Mar 15, 2025):
不建议在一个工作流里申请多张证书。如果是业务有关联的可以申请一张多域名或泛域名证书。
@usual2970 commented on GitHub (Mar 15, 2025):
感谢反馈~ 暂无相关迭代计划,可考虑自行 fork 实现