nginx와 certbot을 사용하여 https 설정1 [AWS] Nginx와 Certbot을 사용하여 HTTPS 설정하기 ※ Nginx와 Certbot을 사용하여 HTTPS 설정하기 1. Nginx 설치먼저 Nginx를 설치해야 합니다. 1. 패키지 목록 업데이트:sudo apt update 2. Nginx 설치:sudo apt install nginx 3. Nginx 시작 및 활성화:sudo systemctl start nginx sudo systemctl enable nginx 2. Certbot 설치Certbot은 Let's Encrypt에서 무료 SSL 인증서를 발급받을 수 있게 해주는 도구입니다.Certbot 및 Nginx 플러그인 설치:sudo apt install certbot python3-certbot-nginx 3. Nginx 설정 파일 수정Certbot이 SSL 인증서를 자동으로 설정할 수 있.. 프로젝트/Springboot_MariaDB 2024. 6. 27. 이전 1 다음 728x90 반응형