📚 [SSL] To fix these errors, please make sure that your domain name was entered correctly and the DNS...

Category: SSL | 📅 June 25, 2021

90일마다 자동으로 갱신 처리되는 SSL이 어느날 문제가 생겼음.

To fix these errors, please make sure that your domain name was entered correctly and the DNS…

일단, 문제 해결을 위하여 TXT 레코드를 업데이트 하기로 함.

준비물

- 도메인 : 여기서는 `aaa.digndig.kr` 로 함.

1. TXT 레코드용 값 생성

$certbot certonly -d aaa.digndig.kr --manual --preferred-challenges dns

certbot이 없으면? (https:///ssl/2018/02/21/InstallationLetsEncryptOnNginx.html)[여기]{: target=”_blank” } 참고하여 설치

TXT record가 생성되고 나면 Please Enter to Continue 라고 나오는 데 여기서 멈춘다.

2. TXT 레코드 등록

도메인 관리사이트로 가서, (자체 DNS인 경우도 ) TXT 레코드 등록을 해줌.

Host : _acme-challenges.aaa TXT 값 : 복사한 내용 붙여넣기 .

이후, 멈추었던 화면으로 돌아가서 Enter 키를 누르고, 이후 진행을 관전함. 🍿

문제 없는 경우, 서버를 재시작하여 적용여부를 확인 함.

참고1 : dig로 확인

$dig @192.168.0.1 TXT aaa.digndig.kr 
💭 Reviews
  • 뭔가 복잡해 보이지만 한줄씩 읽어가면서 하면 크게 어렵지 않음.
  • 📖 Please Note that....
  • [lesstif.comf]
  • 🏷️ Tags
  • #SSL  
  • #LetsEncrypt  
  • #update