목록WAS (2)
Xesper's blog
Https letsencrypt 적용하기
1.설치sudo yum install certbot 2. 확인 sudo firewall-cmd --permanent --add-service=https$ sudo firewall-cmd --reload firewall을 사용하고 있으면 443포트를 열어줘야함. 3.실행 sudo certbot certonly --standalone -d www.example.com 도메인을 여러개 추가 하고 싶으면 뒤에 -d test.example.com 형식으로 추가 시키면 됨. 참고 : https://gongzza.github.io/php/laravel/install-letsencrypt-nginx/
WAS/nginx
2017. 12. 4. 22:15