Skip to content

Commit 96af6e7

Browse files
author
Kevin Freeman
committed
Change overwriting of cert file
1 parent 8e12e2a commit 96af6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Chat Server (open up multiple *websocket.html* files)
8282

8383
1) Generate a certificate with key
8484

85-
openssl req -new -x509 -days 365 -nodes -out cert.pem -keyout cert.pem
85+
openssl req -new -x509 -days 365 -nodes -out cert.pem -keyout key.pem
8686

8787
2) Run the secure TSL/SSL server (in this case the cert.pem file is in the same directory)
8888

0 commit comments

Comments
 (0)