]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - doc/usage.texi
Another refactor
[tofuproxy.git] / doc / usage.texi
index 2b606e20f09d70e0911d67e630702084cb0490de..8cfbb0600dcfb3bbe85fa3b63ce0d4b7d195ffae 100644 (file)
@@ -27,7 +27,7 @@ $ [fetch|wget] http://www.ca.cypherpunks.ru/cert.pem.asc
 $ gpg --auto-key-locate dane --locate-keys stargrave at stargrave dot org
 $ gpg --auto-key-locate wkd --locate-keys stargrave at gnupg dot net
 $ gpg --verify cert.pem.asc
-$ SSL_CERT_FILE=cert.pem GIT_SSL_CAINFO=cert.pem redo all
+$ SSL_CERT_FILE=`pwd`/cert.pem GIT_SSL_CAINFO=`pwd`/cert.pem redo all
 @end example
 
 @item
@@ -36,8 +36,8 @@ Run @command{tofuproxy} itself. By default it will bind to
 (set to an empty string to disable DANE lookups):
 
 @example
-$ ./tofuproxy
-main.go:316: listening: [::1]:8080
+$ ./tofuproxy.cmd
+main.go:316: listening: [::1]:8080 certs: ./certs
 @end example
 
 @item Trust your newly generated CA: