Nginx(nginxバージョン:nginx / 1.10.3(Ubuntu))でLetsencrypt SSL証明書を使用しています。私が理解したのは、更新後に新しい証明書を受け取るために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.
ここで何か抜けましたか?