我正在将 Letsencrypt SSL 证书与 Nginx 一起使用(nginx 版本:nginx/1.10.3 (Ubuntu))。根据我的理解,Nginx 需要重新启动,或者至少重新加载其配置,以便在续订后选择新证书。
然而,运行后
moby@c6867cdcfad4:/thermo# /etc/init.d/nginx reload
* Reloading nginx configuration nginx
浏览器仍然显示旧证书(我尝试过具有干净缓存的不同浏览器)。
即使证书已经更新,如日志Certbot
所示
The following certs are not due for renewal yet:
/etc/letsencrypt/live/thermo.com/fullchain.pem expires on 2019-08-26 (skipped)
No renewals were attempted.
我在这里错过了什么吗?