다음 튜토리얼 칼럼인 Pagoda Panel에서는 일부 서버에서 Let's Encrypt를 얻을 수 없는 문제에 대한 해결책을 소개합니다. 도움이 필요한 친구들에게 도움이 되길 바랍니다!
최근 일부 서버에서 패널 설치 시 certbot-auto를 성공적으로 다운로드하지 못해 Let's Encrypt 인증서를 정상적으로 획득할 수 없는 것으로 나타났습니다. 이제 수동 다운로드 및 설치 방법을 제공합니다
권장 튜토리얼입니다. : " Pagoda"
손상되었을 가능성이 있는 epel 소스를 제거합니다(epel 소스가 괜찮다고 확신하는 경우 건너뛸 수 있습니다):
yum remove epel-release -y
다운로드 스크립트:
wget -O /www/server/panel/certbot-auto http://download.bt.cn/install/certbot-auto.init -T 5
설치 종속성:
설치 이 과정은 약 5~10분 정도 오랜 시간이 걸릴 수 있습니다. 인내심을 갖고 기다려 주십시오!
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 중국어 웹사이트의 기타 관련 기사를 참조하세요!