Letsencrypt 证书在 CentOS 6.8 32 位版本中不起作用

Man*_*wal 6 apache ssl-certificate centos6 lets-encrypt lets-encrypt-webapp-renewer

我正在尝试在 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.
Run Code Online (Sandbox Code Playgroud)

我一直在检查网站:

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.
Run Code Online (Sandbox Code Playgroud)

是不是表示不再支持 CentOS 6 32 位版本?当 CentOS 32 位上安装的证书必须更新时会发生什么?

如果 CentOS 32 位不再受支持,此支持的撤销日期是哪一天?

Man*_*wal 0

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

/usr/local/bin/certbot-auto --no-self-upgrade --no-bootstrap renew
Run Code Online (Sandbox Code Playgroud)

已成功运行在CentOS 6.8上。