-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
依旧使用letsencrypt作为加密证书提供商,并自动获取最新版acm.sh #78
base: master
Are you sure you want to change the base?
Conversation
wanghan0501
commented
Nov 26, 2021
- 依旧使用letsencrypt作为加密证书提供商
- 自动获取最新版acm.sh
- 适配群辉6.2X
学习了,以下是我的一点优化 1、在 config 配置文件中加入
通过设置 CERT_SERVER 为 zerossl 或 letsencrypt 来决定证书服务商 2、在 cert-up.sh 文件中修改 installAcme () {} 方法,并增加 versionLt () {} 方法
3、在 cert-up.sh 文件中修改 generateCrt () {} 方法
|
没毛病! |
作者好像不更新了,能不能fork一份把pr整合一下呢 |
提交pr本身就要fork一份,你可以直接用我的脚本 |
测试 6.1.7 也可以透过这个脚本更新 感谢大佬 |