【发布时间】:2021-02-15 06:56:47
【问题描述】:
尝试使用 certbot 在 Amazon Linux 2 上更新 letsencript,我收到以下消息:
certbot-auto 不再支持您的系统。 Certbot 不能 安装。
我完全迷失了,我不知道该怎么办。我找不到任何能提供解决方案的详尽文档。
【问题讨论】:
-
我遇到了同样的错误。还没找到解决办法。
-
certbot-auto 现在在 Debian 上也被弃用了。
-
你有这个信息的链接吗?
-
certbot-auto 现在给出错误:
...is not suported on this system(或类似名称)。你需要从官方仓库安装certbot包。 See here -
我们需要构建解决方案,当 el6 达到 EOL 时,它认为它离 2020 年 11 月太近了。它需要基于python27的系统,我认为el6一般是python26。您可以将 python27 放在那里,但仍然会遇到问题,因为 certbot 有某种阻止程序。我确实有一个使用 virtulenv 的 el6 实现,所以现在可以设置为开发人员,直到找到更好的解决方案。
标签: amazon-web-services certbot