1.安装certbot
apt install certbot python-certbot-nginx
2.生成证书
certbot –nginx
输入“certbot –nginx” →输入自己申请的邮箱→选择A→选择Y→选择要生成的域名,如果是多个域名的话,用 ” , “进行分割→选择 2,这样就生成了SSL证书了
SSL证书具体位置: /ect/letsencrypt/live 下
3.配置nginx
因为在上面第二步中,我们直接将nginx配置写入了已存在的配置文件
4.自动更新
每月一号三时更新
crontab -e
0 3 1 * * certbot renew –force-renew
Was this helpful?
0 / 0