Skip to content

Commit 695dd31

Browse files
committed
Describe ssl arguments
1 parent 9489872 commit 695dd31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ If you like to run the server over https you could use the `ssl`, `key` and `cer
120120

121121
npm run start -- --port 2048 --host example.com --websocket 8080 --ssl=1 --key=./server.key --cert=./server.crt
122122

123+
- The `--ssl` states that we should run the server using https.
124+
- The `--key` argument should point to your ssl certificate key file which must be readable.
125+
- The `--cert` argument should point to your ssl certificate file which must be readable.
126+
123127
Another way is to set the following variables in your environment:
124128

125129
SSL_ENABLED=1

0 commit comments

Comments
 (0)