1. OpenSSL 설치설치 방법https://slproweb.com/products/Win32OpenSSL.html 접속Win64 OpenSSL v3.x.x 버전 다운로드 (Light 말고 Full 설치 권장)설치 중 다음 옵션 확인:"Copy OpenSSL DLLs to The Windows system directory" 체크설치 후 시스템 환경 변수에 C:\Program Files\OpenSSL-Win64\bin 추가설치 확인:cmdopenssl version2. SSL 인증서 발급cmd 또는 PowerShell에서 아래 명령어 실행:cmdopenssl genrsa -out dev.key 2048openssl req -new -key dev.key -out dev.csropenssl x509 -r..