글 수정

작성자 본인만 수정할 수 있습니다

← 홈으로
익명 · 2023.10.01 · 조회 29,972
Apache certbot renew 오류 | Apache 플러그인 설치
<p>1. 혹시 설치되어 있을 수 있는 Nginx 플러그인 삭제</p><p>[code]sudo apt-get remove python3-certbot-apache[/code]</p><p><br></p><p>2. Apache 플러그인 설치</p><p>[code]sudo apt-get install python3-certbot-nginx[/code]</p><p><br></p><p>3. SSL 인증서 갱신</p><p>[code]sudo certbot renew --apache[/code]</p>