X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=doc%2Fusage.texi;h=8942839df9863b2fc6b8bd443ce15760651a5d75;hb=1b3ef99af2896156902264aaccced15426874484;hp=064d57eb11b262e899a9d6d12561e253991df63c;hpb=2a793fabff3fefc42e99a43a7a26eee2fb98badf;p=tofuproxy.git diff --git a/doc/usage.texi b/doc/usage.texi index 064d57e..8942839 100644 --- a/doc/usage.texi +++ b/doc/usage.texi @@ -48,6 +48,10 @@ main.go:70: listening: [::1]:8080 dns: [::1]:53 certs: ./certs ccerts: ./ccerts @item Point you HTTP/HTTPS clients to @code{http://localhost:8080}. +@item +If you want to use TLS client certificates, then place them to +@file{-ccerts} directory. + @item Watch logs: @example @@ -63,7 +67,19 @@ will be shown Tk-dialog through the @command{wish} invocation. GnuTLS'es @image{dialog,,,Example dialog,.webp} -@item If you want to use TLS client certificates, then place them to -@file{-ccerts} directory. +@item +To list currently accepted, rejected, HTTP authorized, TLS client +authenticated hosts: + +@example +$ cat fifos/list-@{accepted,rejected,http-auth,tls-auth@} +@end example + +@item +To remove knowledge of the host from any of the states mentioned above: + +@example +$ echo www.example.com > fifos/del-tls-auth +@end example @end itemize