[GH-ISSUE #618] ssl部署添加飞牛os #411

Closed
opened 2026-03-03 01:03:09 +03:00 by kerem · 2 comments
Owner

Originally created by @xiamuqingyu on GitHub (Apr 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/618

功能描述 / Description

添加飞牛os的ssl证书部署
飞牛os ssl页面在:系统设置>安全性>证书

Image

请求动机 / Motivation

飞牛os是开源的nas系统,许多nas用户都在使用,ssl证书自动化更新或许能解放双手

其他 / Miscellaneous

可以提供飞牛os地址及账号密码提供测试

有另外一个项目fnos_certificate_update,或许能给你帮助

贡献 / Contribution

  • 我乐意为此贡献代码! / I am interested in contributing to this feature!
Originally created by @xiamuqingyu on GitHub (Apr 15, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/618 ### 功能描述 / Description 添加飞牛os的ssl证书部署 飞牛os ssl页面在:系统设置>安全性>证书 ![Image](https://github.com/user-attachments/assets/f6f04d77-6cf6-433d-a8d2-e7f5b7ce1ad3) ### 请求动机 / Motivation 飞牛os是开源的nas系统,许多nas用户都在使用,ssl证书自动化更新或许能解放双手 ### 其他 / Miscellaneous 可以提供飞牛os地址及账号密码提供测试 有另外一个项目[fnos_certificate_update](https://github.com/lfgyx/fnos_certificate_update),或许能给你帮助 ### 贡献 / Contribution - [ ] 我乐意为此贡献代码! / I am interested in contributing to this feature!
kerem 2026-03-03 01:03:09 +03:00
Author
Owner

@fudiwei commented on GitHub (Apr 15, 2025):

看了下没有 WebAPI,完全是调用 Shell 命令实现的。现有的 SSH 部署就可以实现,把它这段脚本里的变量改成你实际路径 https://github.com/lfgyx/fnos_certificate_update/blob/main/src/update_cert.sh#L141-L160 作为 SSH 部署的后置命令就好。

<!-- gh-comment-id:2804642832 --> @fudiwei commented on GitHub (Apr 15, 2025): 看了下没有 WebAPI,完全是调用 Shell 命令实现的。现有的 SSH 部署就可以实现,把它这段脚本里的变量改成你实际路径 https://github.com/lfgyx/fnos_certificate_update/blob/main/src/update_cert.sh#L141-L160 作为 SSH 部署的后置命令就好。
Author
Owner

@xiamuqingyu commented on GitHub (Apr 15, 2025):

看了下没有 WebAPI,完全是调用 Shell 命令实现的。现有的 SSH 部署就可以实现,把它这段脚本里的变量改成你实际路径 https://github.com/lfgyx/fnos_certificate_update/blob/main/src/update_cert.sh#L141-L160 作为 SSH 部署的后置命令就好。

好的

<!-- gh-comment-id:2804687747 --> @xiamuqingyu commented on GitHub (Apr 15, 2025): > 看了下没有 WebAPI,完全是调用 Shell 命令实现的。现有的 SSH 部署就可以实现,把它这段脚本里的变量改成你实际路径 https://github.com/lfgyx/fnos_certificate_update/blob/main/src/update_cert.sh#L141-L160 作为 SSH 部署的后置命令就好。 好的
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#411
No description provided.