AWS(ubuntu) / nginx / apache tomcat / sts (mybatis) / docker / mysql / vue.js [SSL 설정] 1. aws 접속 후 # sudo apt-get update #apt-get 업데이트 # sudo apt-get install software-properties-common #선행 소프트웨어 설치 # sudo add-apt-repository ppa:certbot/certbot #저장소 추가 # sudo apt-get update #apt-get 업데이트 블로그 보고 따라해서 잘 기억이 나지 않음.. # sudo certbot certonly --webroot -w /var/www/html -d 설치가 끝나면 # sudo certbot certifi..