目前比较流行的免费证书是Let's Encrypt,下面整理一下在Centos安装和更新步骤。
在安装证书之前确认先使用 yum install nginx 命令安装了nginx.
1.安装certbot命令
yum install certbot
2.自动安装证书
certbot --nginx --email XXXX@XXX.com -d www.ko97.com
3.查看nginx配置是否正确
cat /etc/nginx/conf.d/ko97.conf
Let's Encrypt有效期只有三个月,过期前执行更新就可以了
certbot renew
最新回复