«

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

emer 发布于 2019-1-29 17:07   5265 次阅读     


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


If there are, you can remove them:

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