Skip to content

배포 서버에 Nginx Let's Encrypt ssl 인증서를 통한 https 적용  #8

@daily1313

Description

@daily1313

Summary

  • 배포 서버에 Nginx Let's Encrypt 인증서 적용
  • 80 -> 8080 -> 443으로 redirect되도록 /etc/nginx/sites-available/default 경로에 존재하는 File 수정
  • 최종 배포 서버 주소: https://allercheck.p-e.kr

Describe

// install certbot 
sudo apt update
sudo apt upgrade
sudo apt-add-repository -r ppa:certbot/certbot

// install certbot's nginx
sudo apt install python3-certbot-nginx

// issue ssl certification
sudo certbot --nginx -d [도메인 이름] -d www.[도메인 이름]

To do

  • 무료 도메인 발급 (주소: 내도메인.한국)
  • 배포 서버에 certbot 설치 및 certbot의 Nginx 설치
  • Let's Encrypt 인증서 적용 후 https가 적용되는지 확인

Etc

  • @weejinyoung 첨부한 template 적용
  • DeadLine: 12/8 금요일까지 마무리

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions