AWS EC2 Ubuntu Nginx Certbot


AWS EC2 Ubuntu Nginx Certbot

목차 AWS에서 EC2 할당받음 EC2에 Docker 설치 EC2::Docker::ubuntu 설치 EC2::Docker::ubuntu::nginx 설치 접속확인 freenom 에서 도메인 하나 할당받아 연결 접속확인 EC2::Docker::ubuntu::certbot 설치 https 접속확인 AWS EC2 생략 EC2 Docker 참고 : https://docs.docker.com/engine/install/ubuntu/ sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo apt-key fingerprint 0EBFCD88 sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/lin..........



원문링크 : AWS EC2 Ubuntu Nginx Certbot