Update README

This commit is contained in:
Joakim Frostegård 2021-11-02 21:18:12 +01:00
parent c265b6ae7f
commit f7b7005e9a

View file

@ -171,8 +171,8 @@ paths in the configuration file, e.g.:
```toml ```toml
[network] [network]
address = '0.0.0.0:3000' address = '0.0.0.0:3000'
tls_certificate_path = './cert.crt' tls_certificate_path = './cert.pem'
tls_private_key_path = './key.pk8' tls_private_key_path = './key.pem'
``` ```
### aquatic_ws: WebTorrent tracker ### aquatic_ws: WebTorrent tracker