mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #84] [Feature] 增加本地部署类型 #65
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#65
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 @imaxwen on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/84
功能描述
希望可以增加一个本地部署类型,可以将申请的ssl证书部署到本地某个目录。
动机
1、certimate和nginx都是通过docker部署在本机中,本地部署类型可以将certimate中生成的证书部署在certimate容器任意目录,再通过docker volumes挂载至本机任意目录。
2、在本机的再ssh到本机进行部署,必要性不大。
3、如果可能的话,可以在certimate容器中安装docker-cli,这样我们甚至可以在容器中操作宿主机的docker用于reload nginx容器中的nginx进程。
替代方案
目前使用ssh部署连接本机的方案替代
其他信息
@coderZoe commented on GitHub (Sep 25, 2024):
同希望增加这个功能
@xjpz commented on GitHub (Sep 25, 2024):
+1
@LeoChen98 commented on GitHub (Sep 25, 2024):
+1
@usual2970 commented on GitHub (Sep 26, 2024):
已支持 v0.1.12