> For the complete documentation index, see [llms.txt](https://docs.monitorss.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monitorss.xyz/setting-up/web-interface/setting-up-https.md).

# 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://`.
