diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-04 23:17:28 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-04 23:17:28 +0000 |
commit | 7c2374af2ca2f65b70211b03350618635d16063e (patch) | |
tree | c7d0d5e21018afb36bd0dc6c6f71e3925044dcd8 /gmid.1 | |
parent | d474a97922f2344f57481ffcfea05d30a3d466a2 (diff) |
document `require client ca' for proxies
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |