mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 21:25:54 +03:00
[GH-ISSUE #72] [Feature] SSH 部署支持部署前执行脚本 #56
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#56
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 @sgpublic on GitHub (Sep 22, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/72
首先感谢大佬作出的如此好用的项目。
我这边是需要将我的证书部署到一个嵌入式设备上,这个嵌入式设备使用TF卡作为存储设备,因此日常使用的时候是开启的系统分区 readonly,那么如果想要上传证书,需要先使用命令切换为 read/write 才能上传,上传完还要切换回 readonly。
所以需求就是连接 ssh 之后上传证书之前需要执行前置命令。
希望大佬考虑一下这个需求,谢谢。
@usual2970 commented on GitHub (Sep 22, 2024):
感谢反馈~这个可以的
只不过ssh部署的界面越来越丑了