Certbot-auto 续期遇到 Error while running nginx -c /etc/nginx/nginx.conf -t. 导致无法续期的问题
2020年06月21日 · 周日
在 CentOS 中对已存在并且即将过期的 ssl 证书续期只需要执行: nginx -s stop // 停止当前 nginx 服务 certbot-auto renew // 自动续期所有 ssl 证书 但是当前服务器上的 nginx 配置文件的路径和 certbot-auto 不一致,导致无...
CentOS/阅读 394 次/评论 0 条