美文网首页
更新Let's Encrypt SSL证书提示certbot-a

更新Let's Encrypt SSL证书提示certbot-a

作者: jwenlee | 来源:发表于2020-02-03 18:28 被阅读0次

我们知道 Let's Encrypt SSL 证书只免费3个月,到期需要重新更新续签。今天在更新时,一如既往的敲更新命令certbot-auto renew,但确实提示如下错误:

Upgrading certbot-auto 0.38.0 to 0.39.0...

Couldn't download https://raw.githubusercontent.com/certbot/certbot/v0.39.0/letsencrypt-auto-source/letsencrypt-auto. <urlopen error [Errno 110] Connection timed out>

原因是:certbot-auto将始终尝试从最新版本中获取自身的最新版本。

解决方案也非常简单:

如果希望将其锁定到特定版本并且不接收自动更新,只需在命令后加 --no-self-upgrade 即可。即:

certbot-auto renew --no-self-upgrade
果然,问题解决!

相关文章

网友评论

      本文标题:更新Let's Encrypt SSL证书提示certbot-a

      本文链接:https://www.haomeiwen.com/subject/mkdkxhtx.html