From a191aaf595c8ca97e27c1cab13877c85f8c99602 Mon Sep 17 00:00:00 2001 From: openoms Date: Sun, 13 Feb 2022 16:01:31 +0000 Subject: [PATCH] add electrum_server_subdomain to the readme --- nginx/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nginx/README.md b/nginx/README.md index 8bc00a0..20a54e8 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -1,3 +1,4 @@ +# Nginx scripts ## Add a custom subdomain @@ -11,6 +12,18 @@ cat custom_website_subdomain.sh bash custom_website_subdomain.sh ``` +## Add subdomain for an Electrum Server + +In this example configuration a redirect and SSL encryption added to a Fulcrum instance. +To download, check and run: +``` +wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/nginx/electrum_server_subdomain.sh + +cat electrum_server_subdomain.sh + +bash electrum_server_subdomain.sh +``` + ## Set up SSL access for the Ride The Lightning web UI on the RaspiBlitz Have a look through the script here: [bonus.SSL_for_RTL.sh](bonus.SSL_for_RTL.sh).