참고
openssl req -newkey rsa:2048 -nodes -keyout localhost.key -out localhost.csr
localhost.crt
) with the private key and CSRopenssl x509 -signkey localhost.key -in localhost.csr -req -days 36500 -out localhost.crt
openssl req -x509 -sha256 -days 36500 -newkey rsa:2048 -keyout rootCA.key -out rootCA.crt
webos
입력localhost.ext
생성