Nginx部署 Let’s Encrypt时报错:Another instance of Certbot is already running
Others 2019-01-29 09:07:00 2019-01-29 09:07:00 5274 次浏览find / -type f -name ".certbot.lock"
If there are, you can remove them:
find / -type f -name ".certbot.lock" -exec rm {} \;
Links: 297