Letsencrypt Certbot Certificate Nginx www and non-www
Issue
certbot 으로 nginx 에 인증서를 만들었더니, 여러 도메인이 발급이 안된다.
Trobleshoot
# ./certbot-auto -d kerus.net -d www.kerus.net --nginx
또는 OR
# letsencrypt -d kerus.net -d www.kerus.net --nginx
잘 해결되었다.
고급 메모장
certbot 으로 nginx 에 인증서를 만들었더니, 여러 도메인이 발급이 안된다.
# ./certbot-auto -d kerus.net -d www.kerus.net --nginx
또는 OR
# letsencrypt -d kerus.net -d www.kerus.net --nginx
잘 해결되었다.