Setting up HTTPS
This spins up a Node.js web server for HTTPS. If you're using a reverse proxy for HTTPS, there is no need to do this.
- 1.Set
config.https.enabled
totrue
. - 2.Set
config.https.privateKey
,config.https.certificate
andconfig.https.chain
paths to the relevant files.
All requests are then redirected to
https://
.