Certbot
如何讓 Certbot 在無響應的登錄會話後執行?
執行的登錄會話(在 Jessie 下)
certbot -d example.com -d www.example.com
凍結,當我嘗試從另一個會話執行 Let’s Encrypt 的 certbot 時,它說:“另一個 Certbot 實例已經在執行。” 我kill -HUP
對仍在執行的程序進行了操作,並嘗試使用--config-dir
參數執行 certbot,並得到了同樣的錯誤。我如何要求第一次嘗試被遺忘?
有我可以刪除的鎖定文件嗎?
謝謝,
這是讓我們加密社區網站上的相關文章: https ://community.letsencrypt.org/t/solved-another-instance-of-certbot-is-already-running/44690
重申可能的靈魂:ps -ef | grep certb 查找 PID,然後將其殺死。
如果它沒有執行,請嘗試查找
.certbot.lock
文件並將其刪除。