6

我正在尝试在 CentOS 6.8 32 位 Apache 中安装 Letsencrypt 证书。它以前可以工作,但现在它给出了以下错误:

Skipping bootstrap because certbot-auto is deprecated on this system.
Your system is not supported by certbot-auto anymore.
Certbot cannot be installed.
Please visit https://certbot.eff.org/ to check for other alternatives.

我一直在检查网站:

https://certbot.eff.org/lets-encrypt/centos6-apache

而且我看到仅支持 64 位 CentOS 6。网站上显示的消息是:

Supported architectures: Certbot only supports CentOS/RHEL 6 systems running on the x86_64 architecture. To use Certbot on another architecture, you will need to upgrade your OS.

这是否意味着不再支持 CentOS 6 32 位版本?当 CentOS 32 位安装的证书必须更新时会发生什么?

如果不再支持 CentOS 32 位,那么撤销支持的日期是什么时候?

4

1 回答 1

0

我已通过使用旧版本的 Certbot 0.35.0 并使用以下命令更新证书来修复它:

/usr/local/bin/certbot-auto --no-self-upgrade --no-bootstrap renew

它已成功在 CentOS 6.8 上运行。

于 2021-03-03T09:43:49.660 回答