From b84994ba1dec2d02fc43de5aa2ce37695a05130c Mon Sep 17 00:00:00 2001 From: Ape Mithrandir Date: Sat, 9 Sep 2023 13:31:17 +0000 Subject: [PATCH] Update GUIDE.md --- public-electrum-server/GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public-electrum-server/GUIDE.md b/public-electrum-server/GUIDE.md index 36323c7..5aa0006 100644 --- a/public-electrum-server/GUIDE.md +++ b/public-electrum-server/GUIDE.md @@ -159,6 +159,8 @@ stream { } } ``` +_Note: If you run into issues with stream and get the error `unknown directive "stream" in /etc/nginx/nginx.conf:` after adding the above and running `nginx -t`. Then you should try installing `libnginx-mod-stream` via `apt install libnginx-mod-stream` ([link](https://www.server-world.info/en/note?os=Ubuntu_22.04&p=nginx&f=12))._ +#### HTTPS Certificates Now you might be wondering where to get the `ssl_certificate` and `ssl_certificate_key`. If you already setup ssl on your Electrum server on your local machine then you can use