From e7b144327d91e8bf3dc241d61bfdae409e503ab3 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Fri, 22 Mar 2019 17:07:05 -0400 Subject: [PATCH] Update RTL_setups.md --- RTL_setups.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RTL_setups.md b/RTL_setups.md index c56e9458..d98eac20 100644 --- a/RTL_setups.md +++ b/RTL_setups.md @@ -21,5 +21,6 @@ lndServerUrl=https://:8080/v1 6. Restart RTL #### RTL and LND running on different devices (with LND running on an external network or a cloud service) -RTL is not recommended for this type of setup. In case you need to run RTL with an external node, you need to ensure that RTL is served on https, by running it behind a webserver like nginx encrypted with your letsencrypt certificate. +*RTL is not recommended for this type of setup* +In case you need to run RTL with an external node, you need to ensure that RTL is served on https, by running it behind a webserver like [nginx](https://nginx.org/en/download.html) encrypted with your [letsencrypt](https://letsencrypt.org) certificate. We have not provided a standardized guide for this setup. A documentation PR is welcome for this.