패키지 업데이트 sudo apt-get update sudo apt-get install software-properties-common sudo add-apt-repository universe sudo add-apt-repository ppa:certbot/certbot sudo apt-get update Certbot 설치 sudo apt-get install certbot python3-certbot-nginx Nginx 설정 sudo vi /etc/nginx/conf.d/default.conf # server_name에 도메인 수정 후 저장 / nginx 재시작 sudo service nginx restart SSL 발급 sudo certbot --nginx -d example.com -d www.example.com...
#
certbot
#
인증서
#
설치
#
발급
#
무료인증서
#
무료ssl
#
ubuntu
#
ssl인증서
#
ssl무료
#
ssl
#
nginx
#
인증서발급