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 {} \;



评论

暂无评论。

登录后可发表评论。