Certbot-Erneuerung läuft, erneuert aber nicht – 2021

Certbot-Erneuerung läuft, erneuert aber nicht – 2021

Ich habe genau das gleiche Problem wie in diesem Beitrag vor 3 Jahren. Der Certbot-Timer funktioniert, aber das Zertifikat wird nicht alle 90 Tage erneuert. Ich habe den Server gebootet und das Zertifikat wird aktualisiert. Ich habe auch meinen Certbot-Systemstatus und certbot.service angezeigt. Zuvor wurde erwähnt, dass dies an der Berechtigung liegen könnte, aber das ist unwahrscheinlich, da das Zertifikat beim Neustart aktualisiert wird. Was könnte hier das Problem sein? Danke.

[] [1]:Certbot renew läuft, erneuert aber nicht

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

verwandte Informationen