# Setting up HTTPS

{% hint style="info" %}
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.
{% endhint %}

1. Set `config.https.enabled` to `true`.
2. Set `config.https.privateKey`, `config.https.certificate` and `config.https.chain` paths to the relevant files.

All requests are then redirected to `https://`.
