acmesh-official / acmesh-official/get.acme.sh
A way to force using wget
- 主要语言
- Shell
- 星标
- 199
- 派生
- 68
- PR 合并指标
- 30 天内没有已合并 PR
描述
The copy of curl included with my router firmware does not support https. The copy of wget in it does, but even if I use wget to execute get.acme.sh, the script still searches for curl and uses it by default.
I know I have a unique use-case trying to get an SSL cert for a router, but it would be nice if this was supported. This is (as far as I know) the only shell script style ACME client that doesn't require bash or some other more advanced shell. The router runs busybox, which of course only implements ash.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with the get.acme.sh script and inspect where it chooses between curl and wget. The requested behavior is a way to force wget even when curl is present, for environments like busybox ash. Done means the script can be run in that mode without falling back to curl.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- shell
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100