Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

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

Open
15620635412 opened this issue Jan 8, 2018 · 2 comments
Open

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

15620635412 opened this issue Jan 8, 2018 · 2 comments

Comments

@15620635412
Copy link

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

@tagazok
Copy link

tagazok commented Mar 28, 2018

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
Copy link

ca091 commented Jun 2, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants