部分服务器无法获取Let’s Encrypt的解决方法 宝塔BT使用教程

凤凰 2021-1-19 72 1/19

下面由
宝塔面板教程栏目给大家介绍部分服务器无法获取Let's Encrypt的解决方法,希望对需要的朋友有所帮助!

部分服务器无法获取Let's Encrypt的解决方法 宝塔BT使用教程

近期发现有部分服务器在安装面板时,没有成功下载certbot-auto,导致无法正常获取Let's Encrypt证书,现提供手动下载安装的方法

推荐教程:《宝塔

卸载可能损坏的epel源(若确定epel源没问题,可跳过):

yum remove epel-release -y

下载脚本:

wget -O /www/server/panel/certbot-auto http://download.bt.cn/install/certbot-auto.init -T 5

安装依赖:

安装过程可能耗时比较长,大概需要5-10分钟,请耐心等待!

chmod +x /www/server/panel/certbot-auto && /www/server/panel/certbot-auto -n

提示以下内容,说明安装成功

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Missing command line flags. For non-interactive execution, you will need to specify a plugin on the command line.  Run with '--help plugins' to see a list of options, and see https://eff.org/letsencrypt-plugins for more detail on what the plugins do and how to use them.

以上就是部分服务器无法获取Let's Encrypt的解决方法的详细内容,更多请关注本站其它相关文章!

- THE END -

凤凰

1月19日09:15

最后修改:2021年1月19日
0

非特殊说明,本博所有文章均为博主原创。