무료 SSL 설치하기 안되서 겁나게 삽질했네요 허허.. 1. 인증서 다운받기$ sudo apt-get update$ sudo apt-get install letsencrypt 2. 도메인에 설정 SSL 요청letsencrypt certonly --webroot --webroot-path=[웹문서_절대경로] -d [도메인주소] 예제letsencrypt certonly --webroot --webroot-path=/var/www/html -d test.kr 발급이 완료 되면 아래와 같은 문구가 출력됩니다.IMPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at /etc/letsencrypt/live/test.kr/ful..