如何手动更新Certbot通常要更新的证书?我没有改变我的系统中的任何东西,所以我假设这是因为我有CentOS 6,我也有Apache。如何手动更新证书?
SUBJECT: Cron <root@ip-99-99-99-99> scl enable python27 "/root/certbot-auto renew --quiet"
Your system is not supported by certbot-auto anymore.
Certbot will no longer receive updates.
Please visit https://certbot.eff.org/ to check for other alternatives.发布于 2021-01-19 22:10:57
我有一些Rhel6系统也在做同样的事情。据我所知,certbot是否已经安装,那么它将继续更新证书,您可以订购新的证书。然而,certbot本身不会被更新,因此在某个时候它可能会停止工作,即使是安装了它的系统。有关详细说明,请参阅此链接:https://community.letsencrypt.org/t/certbot-auto-deprecated-explanation-and-solutions/139821
https://unix.stackexchange.com/questions/629767
复制相似问题