certbot 설치: wget https://dl.eff.org/certbot-auto
를 터미널에 입력
chmod a+x certbot-auto
혹은 chmod 777 certbot-auto
: 모든 user에게 certbot-auto권한을 줌
./certbot-auto
로 실행
설치중에 이메일 입력: 3달마다 갱신해야하는데 이메일로 알람이 옴
설치중에 ssl 인증서 관련 파일 경로도 볼 수 있음
/etc/letsencrypt/live/nodebird.com/fullcahin.pem
/etc/letsencrypt/live/nodebird.com/privkey.pem
certbot-auto renew 명령어로 갱신할 수 있음
리눅스에 크론탭이라는것으로 자동화도 가능하다고 함
certbot이 /etc/nginx/nginx.conf파일에 알아서 https부분을 작성해줌