homeserverwithdebian:certbotandapache2

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
homeserverwithdebian:certbotandapache2 [2024/04/14 10:25] – [4. DDNS 자동 갱신] baecyhomeserverwithdebian:certbotandapache2 [2024/08/05 09:32] (현재) – [3. Certbot 설정] baecy
줄 41: 줄 41:
 sudo systemctl restart apache2 sudo systemctl restart apache2
 sudo systemctl status certbot.timer  ## 갱신 작동 확인</codeprism> sudo systemctl status certbot.timer  ## 갱신 작동 확인</codeprism>
-\\+ 
 +다음과 같은 메세지 출력시에는 
 +<code bash cmdout> 
 +Unable to find corresponding HTTP vhost;  
 +Unable to create one as intended addresses conflict;  
 +Current configuration does not support automated redirection 
 +</code> 
 + 
 +이 방법으로 적용 
 +<code bash> 
 +certbot certonly --standalone -d gamu.kr,www.gamu.kr 
 +</code>
 ==== 4. DDNS 자동 갱신 ==== ==== 4. DDNS 자동 갱신 ====
 **/usr/lib/systemd/system/gamu.service** 작성 **/usr/lib/systemd/system/gamu.service** 작성
  • homeserverwithdebian/certbotandapache2.1713090359.txt.gz
  • 마지막으로 수정됨: 2024/04/14 10:25
  • 저자 baecy