[GH-ISSUE #1204] [Feature] 部署证书到git #817

Open
opened 2026-03-03 01:06:12 +03:00 by kerem · 1 comment
Owner

Originally created by @buyfakett on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1204

Description / 功能描述

在流程“部署证书到。。。”中增加把文件更新到指定git仓库的指定文件中,并且有“前置操作”和“后置操作”

Motivation / 请求动机

由于我是使用git管理证书和nginx配置,然后再用另外的自动化工具去发送配置到对应服务器上,增加这个功能后可以完成自动化更新证书

Miscellaneous / 其他

No response

Contribution / 贡献代码

  • I am interested in contributing a PR for this! / 我乐意为此提交代码并发起 PR!
Originally created by @buyfakett on GitHub (Feb 25, 2026). Original GitHub issue: https://github.com/certimate-go/certimate/issues/1204 ### Description / 功能描述 在流程“部署证书到。。。”中增加把文件更新到指定git仓库的指定文件中,并且有“前置操作”和“后置操作” ### Motivation / 请求动机 由于我是使用git管理证书和nginx配置,然后再用另外的自动化工具去发送配置到对应服务器上,增加这个功能后可以完成自动化更新证书 ### Miscellaneous / 其他 _No response_ ### Contribution / 贡献代码 - [ ] I am interested in contributing a PR for this! / 我乐意为此提交代码并发起 PR!
Author
Owner

@fudiwei commented on GitHub (Feb 26, 2026):

用部署到本地主机,然后执行后置命令脚本不行吗?

cd /path/to/your-repo
git add ./cert.pem
git add ./key.pem
git commit -m 'by Certimate'
git push -u origin
<!-- gh-comment-id:3964729557 --> @fudiwei commented on GitHub (Feb 26, 2026): 用部署到本地主机,然后执行后置命令脚本不行吗? ```sh cd /path/to/your-repo git add ./cert.pem git add ./key.pem git commit -m 'by Certimate' git push -u origin ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#817
No description provided.