From 52ac702fee10cb574b2e6e813868b13d5355477e Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 31 Mar 2019 20:30:33 -0400 Subject: [PATCH] Update RTL_setups.md --- RTL_setups.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RTL_setups.md b/RTL_setups.md index 3b5ddba3..b7ff5b69 100644 --- a/RTL_setups.md +++ b/RTL_setups.md @@ -22,8 +22,7 @@ lndServerUrl=https://:8080/v1 7. Access RTL by opening your browser at the following address: http://localhost:3000 #### 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](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. +A sample SSL setup guide can be found [here](https://github.com/ShahanaFarooqui/RTL/blob/master/RTL_SSL_setup.md)