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

관련 정보