익명 ·
2023.07.16 ·
조회 18,258
certbot 인증서 갱신 오류와 해결 법
<p><span style="font-size: 12pt; color: rgb(255, 232, 232); background-color: rgb(37, 37, 37);">$ </span><span style="font-size: 16px; color: rgb(255, 232, 232); background-color: rgb(37, 37, 37);">sudo certbot renew --dry-run</span></p><p><span style="font-size:12pt;">- <span style="background-color: rgb(37, 37, 37); color: rgb(255, 232, 232);">$ </span></span><span style="font-size: 16px; background-color: rgb(37, 37, 37); color: rgb(255, 232, 232);">certbot: error: unrecognized arguments: --dry-ru</span></p><p><span style="font-size:12pt;"> </span></p><p><span style="font-size: 12pt; color: rgb(255, 232, 232); background-color: rgb(37, 37, 37);">$ sudo certbot renew</span></p><p><span style="font-size:12pt;">- <span style="color: rgb(255, 232, 232); background-color: rgb(37, 37, 37);">$ </span></span><span style="font-size: 16px; color: rgb(255, 232, 232); background-color: rgb(37, 37, 37);">certbot: error: unrecognized arguments: rene</span></p><p><span style="font-size:12pt;"> </span></p><p><span style="font-size:12pt;">위와 같은 certbot 자동 (보안)인증서 갱신 오류가 발생한다면</span></p><p><span style="font-size:12pt;"> </span></p><p><span style="font-size: 12pt; color: rgb(255, 232, 232); background-color: rgb(37, 37, 37);">$ sudo certbot -v</span></p><p>- 현재 certbot(Let's Encrypt)의 보안 인증서를 사용중인 도메인 입력</p><p>-번호 설정, 대부분 1~2번</p><p>-지정 번호 설정</p><p> </p><p><span style="background-color: rgb(37, 37, 37); color: rgb(255, 232, 232);">$ sudo certbot certificates</span></p><p>인증서 유효기간 확인, () 안에 89day 식으로 표시 됨</p>