Skip to content

Commit

Permalink
Link reverse proxy guide in setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Caprico85 committed Oct 29, 2023
1 parent 5162a33 commit 1073436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/setup_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ Now we will install and configure the module in Node-RED.
path set in the Path field, the service will use https://example.com:3001/<httpNodeRoot>/<yourpath>/smarthome.
This tutorial assumes a simple path setup, so leave it empty.
* Use external SSL offload: If enabled, the smarthome service will use HTTP instead of HTTPS. This allows you to use
a reverse proxy such as Caddy or Nginx Proxy Manager to manage SSL certificates.
a reverse proxy such as Caddy or Nginx Proxy Manager to manage SSL certificates. Also see our
[guide on reverse proxies](docs/reverse_proxies.md).
* Public key: Path to the SSL certificate file, e.g. `fullchain.pem` from Let's Encrypt.
* Private Key: Path to private SSL key file, e.g. `privkey.pem` from Let's Encrypt.
* Don't set if you use SSL offloading.
Expand Down

0 comments on commit 1073436

Please sign in to comment.