Browse Source

Document TLS-termination proxy example

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
288cda518c
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 6
      doc/usage.md

6
doc/usage.md

@ -60,6 +60,12 @@ $ du db/
$ ./scripts/local-electrum.bash
```
In order to use a secure connection, TLS-terminating proxy (e.g. [hitch](https://github.com/varnish/hitch)) is recommended:
```bash
$ hitch --backend=[127.0.0.1]:50001 --frontent=[127.0.0.1]:50002 pem_file
$ electrum --oneserver --server=127.0.0.1:50002:s
```
## Monitoring
Indexing and serving metrics are exported via [Prometheus](https://github.com/pingcap/rust-prometheus):

Loading…
Cancel
Save