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 配置文件有中文。删除掉就好。
1 | pip install certbot certbot-nginx |
Python 3
1 | certbot --nginx |
nginx 配置文件有中文。删除掉就好。
本文标题:certbot 使用
文章作者:幻舞梦境
发布时间:2020年07月29日 - 13时32分
最后更新:2021年02月04日 - 17时09分
原始链接:https://ovwane.icu/2020/07/29/certbot-使用/
许可协议: "署名-非商用-相同方式共享 3.0" 转载请保留原文链接及作者。