https nginx 적용

이태혁·2020년 7월 22일
0
  1. certbot 설치: wget https://dl.eff.org/certbot-auto 를 터미널에 입력

  2. chmod a+x certbot-auto 혹은 chmod 777 certbot-auto: 모든 user에게 certbot-auto권한을 줌

  3. ./certbot-auto로 실행

  4. 설치중에 이메일 입력: 3달마다 갱신해야하는데 이메일로 알람이 옴

  5. 설치중에 ssl 인증서 관련 파일 경로도 볼 수 있음
    /etc/letsencrypt/live/nodebird.com/fullcahin.pem
    /etc/letsencrypt/live/nodebird.com/privkey.pem

  6. certbot-auto renew 명령어로 갱신할 수 있음
    리눅스에 크론탭이라는것으로 자동화도 가능하다고 함

certbot이 /etc/nginx/nginx.conf파일에 알아서 https부분을 작성해줌

profile
back-end, cloud, docker, web의 관심이 있는 예비개발자입니다.

0개의 댓글