Pagoda パネル の次のチュートリアル コラムでは、一部のサーバーで Let's Encrypt を取得できない問題の解決策を紹介します。
最近、一部のサーバーでパネルのインストール時に certbot-auto が正常にダウンロードされず、Let's Encrypt 証明書を正常に取得できないことが判明しました。手動でのダウンロードとインストール方法推奨チュートリアル: "破損している可能性がある epel ソースをアンインストールします (epel が確実にインストールされている場合)ソースは問題ありません。スキップしても構いません):
yum remove epel-release -y
wget -O /www/server/panel/certbot-auto http://download.bt.cn/install/certbot-auto.init -T 5
chmod +x /www/server/panel/certbot-auto && /www/server/panel/certbot-auto -n
Saving debug log to /var/log/letsencrypt/letsencrypt.log Missing command line flags. For non-interactive execution, you will need to specify a plugin on the command line. Run with '--help plugins' to see a list of options, and see https://eff.org/letsencrypt-plugins for more detail on what the plugins do and how to use them.
以上が一部のサーバーは Let's Encrypt ソリューションを取得できませんの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。