Documentation improvements

This commit is contained in:
Solene Rapenne 2020-12-03 22:18:26 +01:00
parent 03122f78bd
commit f00fb88c62
1 changed files with 3 additions and 4 deletions

View File

@ -34,7 +34,6 @@ git clone https://tildegit.org/solene/vger.git
# Running tests # Running tests
**Vger** comes with a test suite you can use with `make test`. **Vger** comes with a test suite you can use with `make test`.
It currently expects `md5` command to be available.
Some files under `/var/gemini/` are required to test the code path Some files under `/var/gemini/` are required to test the code path
without a `-d` parameter. without a `-d` parameter.
@ -64,15 +63,15 @@ Add this to relayd.conf
``` ```
log connection log connection
relay "gemini" { relay "gemini" {
listen on 163.172.223.238 port 1965 tls listen on hostname.example port 1965 tls
forward to 127.0.0.1 port 11965 forward to 127.0.0.1 port 11965
} }
``` ```
Make links to the certificates and key files according to relayd.conf documentation Make links to the certificates and key files according to relayd.conf documentation
``` ```
# ln -s /etc/ssl/acme/cert.pem /etc/ssl/163.172.223.238\:1965.crt # ln -s /etc/ssl/acme/cert.pem /etc/ssl/hostname.example\:1965.crt
# ln -s /etc/ssl/acme/private/privkey.pem /etc/ssl/private/163.172.223.238\:1965.key # ln -s /etc/ssl/acme/private/privkey.pem /etc/ssl/private/hostname.example\:1965.key
``` ```
Enable inetd and relayd and start them: Enable inetd and relayd and start them: