gpffh1011

작업17, 스프링부트, nginx에 SSL 적용 본문

설정, 세팅, 오류

작업17, 스프링부트, nginx에 SSL 적용

gpffh1011 2020. 9. 11. 01:44

작업17, 스프링부트, nginx에 SSL 적용

 

http:// >>>>> https://    보안 작업을 위해서 cerbot설치 ( certbot.eff.org/ )

Nnginx      CentOS/RHEL 7

 

 

 

  • sudo yum install certbot python2-certbot-nginx 입력하여 설치 > y
  • sudo certbot --nginx 입력
  • 본인 이메일 (인증) > A > Y
  • 항목에서 보고 1번 2번 선택
  • 완료 후, 재실행 sudo systemctl restart nginx

congratulations!!!

 

blog랑 service 둘다 성공!!!!!