升级https证书
2021-04-11 06:28
标签:rtb 停止 top star start 家目录 https证书 etc 签名 参考帖子 https://www.cnblogs.com/lzpong/p/6433189.html cat /etc/nginx/config/*.conf里有具体的证书存放路径 升级https证书 标签:rtb 停止 top star start 家目录 https证书 etc 签名 原文地址:https://www.cnblogs.com/haima/p/12419433.htmlcd ~ //到家目录里
wget https://dl.eff.org/certbot-auto //下载角本
chmod a+x certbot-auto //加权限
service nginx stop //停止nginx
./certbot-auto renew --force-renew //签名证书
service nginx start //启动nginx
netstart -tpln