Certbot 續訂運作但未續約 - 2021

Certbot 續訂運作但未續約 - 2021

我和三年前的這篇文章有完全一樣的問題。 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

相關內容