diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-08 21:55:42 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-08 21:55:42 +0300 |
commit | b9ed7b9beac14fdeea68d3612f1a914e2076145e (patch) | |
tree | 1675456e669b9c88c1771e94bc5b79a951cc37a9 | |
parent | 12f4e053a8767821c9c42e35ca65d187e252b89c (diff) |
readme: fix server config example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ want, just make sure to set correct path in the config). Write lrpb server config and save it to `/etc/lrpb.conf`: - url="https://mydomain.org/lrpb/" + url=https://mydomain.org/lrpb/ pubkey_path=/etc/lrpb.pub name=myname signify_path=/usr/bin/signify-openbsd |