add electrum_server_subdomain to the readme

This commit is contained in:
openoms
2022-02-13 16:01:31 +00:00
parent 2d6a05aa8f
commit a191aaf595

View File

@@ -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).