Certbot は更新を実行していますが、更新されません - 2021

Certbot は更新を実行していますが、更新されません - 2021

3 年前のこの投稿とまったく同じ問題が発生しています。Certbot タイマーは動作していますが、証明書は 90 日ごとに更新されません。サーバーを起動して証明書を更新しました。また、certbot システム ステータスと certbot.service も表示しました。以前、これは権限による可能性があると述べられていましたが、再起動時に証明書が更新されるため、その可能性は低いです。ここで何が問題なのでしょうか? ありがとうございます。

[] [1]:Certbot の更新は実行されているが更新されない

super@mail:~$ sudo systemctl status certbot
● certbot.service - Certbot
   Loaded: loaded (/lib/systemd/system/certbot.service; static; vendor preset: enabled)
   Active: inactive (dead) since Mon 2021-09-06 15:21:02 +08; 2h 42min ago
     Docs: file:///usr/share/doc/python-certbot-doc/html/index.html
           https://letsencrypt.readthedocs.io/en/latest/
 Main PID: 19282 (code=exited, status=0/SUCCESS)

Sep 06 15:21:01 mail systemd[1]: Starting Certbot...
Sep 06 15:21:02 mail systemd[1]: certbot.service: Succeeded.
Sep 06 15:21:02 mail systemd[1]: Started Certbot.

super@mail:~$ cat /lib/systemd/system/certbot.service
[Unit]
Description=Certbot
Documentation=file:///usr/share/doc/python-certbot-doc/html/index.html
Documentation=https://letsencrypt.readthedocs.io/en/latest/
[Service]
Type=oneshot
ExecStart=/usr/bin/certbot -q renew
PrivateTmp=true

関連情報