前言

Centos7 安装 Certbot 会遇到各种各样的坑,网上搜到的都是需要更改系统的 Python 环境,如部分标准库退到旧的版本,不能忍,还是用虚拟环境来解决比较好。

操作

创建使用 Certbot 的 Python 虚拟环境

python -m venv /opt/certbot

进入虚拟环境

source /opt/certbot/bin/activate

更新 pip

pip install --upgrade pip

pip 安装 certbot

pip install certbot certbot-nginx certbot-dns-aliyun

安装完成后输入

certbot

2022.08.29更新
如果nginx文件不在默认路径,则

certbot --nginx --nginx-server-root=/some/other/path/nginx/conf

根据提示输入即可,certbot 会自动帮助你完成相关配置

最后退出虚拟环境

deactivate

本博客的就是使用的 Certbot 配置的证书

最后修改:2022 年 08 月 29 日
如果觉得我的文章对你有用,请随意赞赏