samples-server icon indicating copy to clipboard operation
samples-server copied to clipboard

key and certificate data to be used for our HTTPS/WSS server

Open 15620635412 opened this issue 7 years ago • 2 comments

How to get key and certificate data to be used for our HTTPS/WSS server?Thanks!!

15620635412 avatar Jan 08 '18 07:01 15620635412

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'

tagazok avatar Mar 28 '18 00:03 tagazok

generate by run : openssl req -days 3650 -x509 -sha256 -nodes -newkey rsa:2048 -keyout mdn.key -out mdn.crt

ca091 avatar Jun 02 '18 16:06 ca091