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.
Set config.https.enabled to true.
config.https.enabled
true
Set config.https.privateKey, config.https.certificate and config.https.chain paths to the relevant files.
config.https.privateKey
config.https.certificate
config.https.chain
All requests are then redirected to https://.
https://
Last updated 2 years ago