From e8f4e07b0b77eb30bb92f1986dd75e3cdb60e438 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sat, 30 Mar 2019 14:51:30 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a378fdb0..2e59fd19 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,9 @@ E.g. if the IP address of your node is 192.168.0.15 then open your browser at th 3. Config tweaks for running RTL server and LND on separate devices on the same network can be found [here](RTL_setups.md). -4. Any Other setup: **Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** A sample SSL setup guide can be found [here](RTL_SSL_setup.md) You can also serve remote access over an encrypted Tor connection. A setup guide can be found [here](RTL_TOR_setup.md) +4. Any Other setup: **Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt or TOR to setup secure access for RTL.** +- Sample SSL setup guide can be found [here](RTL_SSL_setup.md) +- (For advanced users) A sample SSL guide to serve remote access over an encrypted Tor connection can be found [here](RTL_TOR_setup.md) ### Troubleshooting In case you are running into issues with the application or if you have feedback, feel free to open issues on our github repo.