We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e12e2a commit 96af6e7Copy full SHA for 96af6e7
README.md
@@ -82,7 +82,7 @@ Chat Server (open up multiple *websocket.html* files)
82
83
1) Generate a certificate with key
84
85
- openssl req -new -x509 -days 365 -nodes -out cert.pem -keyout cert.pem
+ openssl req -new -x509 -days 365 -nodes -out cert.pem -keyout key.pem
86
87
2) Run the secure TSL/SSL server (in this case the cert.pem file is in the same directory)
88
0 commit comments