document `require client ca' for proxies

This commit is contained in:
Omar Polo 2022-01-04 23:17:28 +00:00
parent d474a97922
commit 7c2374af2c
1 changed files with 4 additions and 0 deletions

4
gmid.1
View File

@ -471,6 +471,10 @@ at the given
This is the only mandatory option in a
.Ic proxy
block.
.It Ic require Ic client Ic ca Ar file
Allow the proxying only from clients that provide a certificate
signed by the CA certificate in
.Ar file .
.It Ic use-tls Ar bool
Specify whether to use TLS when connecting to the proxied host.
Enabled by default.