mirror of
https://github.com/apemithrandir/self-hosting-guide.git
synced 2026-01-27 00:43:45 +00:00
Update Public-Electrum-Server GUIDE.md
Added note for self-signed certificates not working on BDK
This commit is contained in:
parent
721d5d1292
commit
eed1e11782
@ -161,6 +161,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
|
||||
*Update: Due to restrictions in BDK you should try to obtain a certificate via Let's Encrypty versus using a self-signed certificate as described below. You can follow this guide if you already have nginx and certbot installed on your VPS: https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04*
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user