Linux (1) 썸네일형 리스트형 [Oracle Cloud] 10. 무료 SSL 인증서 적용 도메인까지 구매해 연결을 완료했으니 SSL 인증서를 적용한다. Let's Encrypt를 이용해 진행한다. http와 https의 차이점은 추후에 자세히 포스팅하기로하고 일단은 적용부터 1. Certbot 설치 yum install epel-release yum install certbot yum install python3-certbot-nginx 설치 확인 certbot --version 2. nginx.conf 설정 vi /etc/nginx/nginx.conf server.server_name 에 도메인 입력 # nginx.conf test nginx -t # reload systemctl restart nginx.service 이전 방화벽 오픈 때 https 기본 포트인 443도 오픈 해두었기 때.. 이전 1 다음