安装完 nginx 之后 执行 yum install certbot
安装完后接着安装 python3-certbot-nginx 插件.
对于 Ubuntu/Debian 系统:
sudo apt-get update
sudo apt-get install certbot python3-certbot-nginx
对于 CentOS/RHEL 系统:
sudo yum install epel-release
sudo yum install certbot python3-certbot-nginx
都安装完成后 执行 certbot --nginx 进行生成证书,按照步骤选域名后.
执行certbot renew -q 就会自动续订了. 这是看不到过程的.后面只要定时器运行这个命令就可以了.
执行 certbot renew --dry-run 是可以看到过程的.