跳过 bootstrap 因为 certbot-auto 在使用 certbot-auto 时在此系统上已弃用

Skipping bootstrap because certbot-auto is deprecated on this system when using certbot-auto

当我在 CentOS Linux release 7.9.2009 (Core) 中使用此命令时:

sudo ./certbot-auto certonly -d '*.poemhub.top' \
--manual --preferred-challenges dns \
--server https://acme-v02.api.letsencrypt.org/directory
Skipping bootstrap because certbot-auto is deprecated on this system.
./certbot-auto has insecure permissions!
To learn how to fix them, visit https://community.letsencrypt.org/t/certbot-auto-deployment-best-practices/91979/
Your system is not supported by certbot-auto anymore.
Certbot cannot be installed.
Please visit https://certbot.eff.org/ to check for other alternatives.

我从网上搜索,发现新版本的cert-bot只支持Debian或RHEL,为什么?我应该怎么做才能解决它?

certbot-auto 现在仅适用于 centos 6

centos 7 和 8 的 cerbot

删除 certbot-auto 并安装 certbot,按照:https://certbot.eff.org/lets-encrypt/centosrhel7-apache

enter link description here 对于 NGINX

当我在亚马逊使用这个命令时linux 2

sudo -H ./letsencrypt-auto certonly --standalone -d example.com -d www.example.com

跳过 bootstrap 因为 certbot-auto 在此系统上已弃用。 certbot-auto 不再支持您的系统。 无法安装 Certbot。 请访问 this 以查看其他替代方案。