certbot3 nginx certbot 연동 location 블록에는 api 서버 쪽만 proxy pass 해서 쓰고 다른 location 블럭에는 root path로 build 한 react 문서만 가져가게 한다. 위부터 추가 제거 iptables 와 firewalld 두 종류가 있다. 이 글에서는 iptables를 사용했다. // 추가시 iptables -t nat -A PREROUTING -p tcp -d --dport -j DNAT --to-destination : // 삭제시 iptables -t nat -D PREROUTING -p tcp -d --dport -j DNAT --to-destination : 와 만 수정해주면 된다. ec2는 보안그룹에서 해당하는 포트를 열어주면 된다. nginx 버전에 따라 조금 다르다. ( 2종류가 있음.. 2021. 10. 11. certbot 보호되어 있는 글 입니다. 2021. 10. 11. certbot 1. certbot 인증 목록 확인 sudo certbot certificates 2. certbot 인증 삭제 sudo certbot delete --cert-name 2021. 10. 10. 이전 1 다음