mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1163] [Feature] 申请证书后允许部署到自建的S3兼容桶 #787
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#787
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 @ypxun on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1163
Description / 功能描述
申请证书后允许部署到自建的S3兼容桶
Motivation / 请求动机
通过ssh部署到多vps的方式,如果使用root身份,实在是有点不安全。如果特定用户,那需要在每台vps准备好对应用户的权限,有点麻烦。所以我在想,能否在申请证书后,部署到自建的S3兼容桶(比如rustfs)呢?这样我可以写脚本让vps自己去拉取证书。配合chezmoi这种跨平台文件管理工具,写一次,所有vps都能用这个脚本,省力很多。
Miscellaneous / 其他
No response
Contribution / 贡献代码