
[aws ubuntu18.04LTS] Let's Encrypt 사용 하여 https 적용하기
·
내맘대로/웹
사용환경 aws , ubuntu18.04LTS mysql5.7 php7.3 apache2 root 계정으로 접속 //설치 1)apt-get update 2)apt-get install sofrware-properities-common 3)add-apt-repository universe 4) add-apt-repository ppa:certbot/certbot 5) app-get install certbot 6) apt-get install python3-certobt-apache > 2 //인증서 자동 갱신 //인증서는 90일 후면 만료 됨, 주기적으로 입력하여 만료전에 갱신하자 10) certbot renew --dry-run 인증서가 설치된 파일 경로 /etc/letsencrypt/live/신청한 ..