]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - doc/usage.texi
TLS client certificates
[tofuproxy.git] / doc / usage.texi
index 8cfbb0600dcfb3bbe85fa3b63ce0d4b7d195ffae..064d57eb11b262e899a9d6d12561e253991df63c 100644 (file)
@@ -37,7 +37,7 @@ Run @command{tofuproxy} itself. By default it will bind to
 
 @example
 $ ./tofuproxy.cmd
-main.go:316: listening: [::1]:8080 certs: ./certs
+main.go:70: listening: [::1]:8080 dns: [::1]:53 certs: ./certs ccerts: ./ccerts
 @end example
 
 @item Trust your newly generated CA:
@@ -63,4 +63,7 @@ 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.
+
 @end itemize