Open prudho opened 6 years ago
With -s -k path/to/server.key -c path/to/server.crt the pushstate server will listen trough an encrypted connexion, drastically increasing security.
-s -k path/to/server.key -c path/to/server.crt
The user must provide his own SSL certificate and key.
New dependencies are only https and fs, which is required for reading on-disk files.
https
fs
With
-s -k path/to/server.key -c path/to/server.crt
the pushstate server will listen trough an encrypted connexion, drastically increasing security.The user must provide his own SSL certificate and key.
New dependencies are only
https
andfs
, which is required for reading on-disk files.