목록ssl 인증 에러 (1)
오늘도 한 뼘 더

# 배경 Certbot을 이용해 Nginx에 SSL 인증 설정을 진행하는데 다음과 같은 에러 메시지가 뜨면서 문제가 발생했다. Hint : The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. # 문제 힌트에서 언급이 되었듯이 인터넷에 제대로 접속을 하지 못하는 문제였다. # 문제 해결 문제 해결을 위해서는 일단 해당 인스턴스에 80번 포트로 오픈이 되어있어야 한다는 것을 확인했다. 먼저 보안 그룹을 통해..
DevOps & Infra/Nginx
2022. 7. 12. 14:06