certbot 使用

certbot

1
pip install certbot certbot-nginx

Python 3

1
certbot --nginx

错误

UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe6 in position 2: ordinal not in range(128)

nginx 配置文件有中文。删除掉就好。

参考

CentOS 7 配置nginx配置https_Lancelot的专栏-CSDN博客_pyopenssl ocsp

×

纯属好玩

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

文章目录
  1. 1. certbot
    1. 1.1. 错误
      1. 1.1.1. UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe6 in position 2: ordinal not in range(128)
    2. 1.2. 参考
,