【准备】
在运行命令之前,需要先打开 防火墙 上https 443端口
【安装脚本】
yum -y update
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
【加载1】
./certbot-auto
【加载2】
./certbot-auto
【安装配置】由于宝塔安装的环境路径,和lnmp不一样,所以需要重新定向
./certbot-auto --nginx --nginx-server-root=/www/server/nginx/conf
如果上面这一步出现python解析报错如:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 7: ordinal not i
可以参考这个文章:
https://blog.csdn.net/u013948858/article/details/77800663
中的解决方法2(linux下路径不同,可以使用find查找)
find / -name mimetypes.py
【自动获取证书】
./certbot-auto renew