diff --git a/README.MD b/README.MD index 4a2d6d5..0d118ab 100644 --- a/README.MD +++ b/README.MD @@ -7,7 +7,9 @@ and continue https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_ More here: -#### [Install the Electrum Server in Rust (electrs) on the RaspiBlitz](electrs/README.md) +#### [Set up SSL acces for the Ride The Lightning web UI on the RaspiBlitz](nginx/README.md) + +#### [Install the Electrum Server in Rust (electrs) on the RaspiBlitz and set it up as the backend of the Eclair wallet](electrs/README.md) \`The server indexes the entire Bitcoin blockchain, and the resulting index enables fast queries for any given user wallet, allowing the user to keep real-time track of his balances and his transaction history using the Electrum wallet. Since it runs on the user's own machine, there is no need for the wallet to communicate with external Electrum servers, thus preserving the privacy of the user's addresses and balances.\` - https://github.com/romanz/electrs diff --git a/nginx/README.md b/nginx/README.md new file mode 100644 index 0000000..b829e95 --- /dev/null +++ b/nginx/README.md @@ -0,0 +1,7 @@ +### Set up SSL acces for the Ride The Lightning web UI on the RaspiBlitz + +Have a look a the script here: [bonus.SSL_for_RTL.sh](bonus.SSL_for_RTL.sh). + +To download, make executable and run: +`wget https://github.com/openoms/bitcoin-tutorials/raw/master/nginx/bonus.SSL_for_RTL.sh && sudo chmod +x bonus.SSL_for_RTL.sh && ./bonus.SSL_for_RTL.sh` +`