- get / generate SSL certificates
- see ssl.md for instructions & more info
- open port 443 on your server
- modify
config.json
as follows:server.scheme
tohttps
- update
ssl
object to be enabled and point to your certificates (certs are expected to be inapp/ssl
folder, which is already in.gitignore
) - NOTE: do NOT use https/ssl for the TEST configs (e.g.
config.test.json
) that run tests / the test server
- ip tables redirect port 443 in addition to port 80