Nginx部署 Let’s Encrypt时报错:Another instance of Certbot is already running

Others 2019-01-28 20:07:00 2019-01-28 20:07:00 5437 次浏览

find / -type f -name ".certbot.lock"


If there are, you can remove them:

find / -type f -name ".certbot.lock" -exec rm {} \;