key and certificate data to be used for our HTTPS/WSS server
Opened this issue · 2 comments
15620635412 commented
How to get key and certificate data to be used for our HTTPS/WSS server?Thanks!!
tagazok commented
I think we are having the same issue when trying to launch the server :
Error: ENOENT: no such file or directory, open '/etc/pki/tls/private/mdn.key'
ca091 commented
generate by run :
openssl req -days 3650 -x509 -sha256 -nodes -newkey rsa:2048 -keyout mdn.key -out mdn.crt