I am trying to renew my lets encrypt certificates using the command
“certbot renew” but the response i get is “another instance of certbot already running”
I dont understand why this is happening because i have renewed certificates using this method couple of times before.
1 Like
The other instance may be stuck.
Can you reboot?
[that may be the quickest fix]
Renewals should be automated - set them and forget them.
1 Like
Did you put it in cron and forget the -n switch? If you want to skip the reboot, run lslk
or lslocks
and look for the .certbot.lock files, that’ll tell you which process to kill. Then you can run it interactively to figure out why it wants your attention – it probably wants to update itself.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.