Nginx部署 Let’s Encrypt时报错:Another instance of Certbot is already running
find / - type f - name ".certbot.lock" If there are, you can remove them: find / -type f -name ".certbot.lock" -exec rm {} \;