certbot에서 SSL에 대응할 때 빠져있는 것들.

1945 단어 certbottech

절차.


투덜거리면 다양한 기사가 인기다사이트 축소판 그림. 참고하세요.
snapd를 추천합니다.

sudo certbot-apche bash에서 다음 오류


Failed authorization procedure. hoge.ne.jp (http-01): urn:ietf:params:acme:error:dns :: No valid IP addresses found for hoge.ne.jp
입력한 도메인에서 이름을 해결할 수 없어 오류가 발생했습니다.
nslookup 명령으로 확인해 보세요.

사용 중인 도메인의 SSL이 잘못되었습니다.


certbot 명령은 기존 설정을 변경합니다. 주의하십시오.

apche 2 ctl configtest에서 다음 오류 발생


AH00526: Syntax error on line 31 of /etc/apache2/sites-enabled/000-default-le-ssl.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/portal02.loopgate.jp/fullchain.pem' does not exist or is empty
Action 'restart' failed.
파일이 없다고 하는데 권한의 문제입니다.출혈이 심하다.
sudo chmod 755 /etc/letsencrypt/live/
sudo chmod 755 /etc/letsencrypt/archive/

apche 2 ctl configtest에서 다음 오류 발생


AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
/etc/apache2/apache2.conf의 맨 아래
ServerName 127.0.0.1
라고 추모했다.

좋은 웹페이지 즐겨찾기