From: Sergey Matveev Date: Fri, 24 Jun 2022 12:30:24 +0000 (+0300) Subject: Trivial alignment X-Git-Tag: v0.1.0~27 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=5bfe1e112be6f95420f120d7d626606f147aa34a;p=tofuproxy.git Trivial alignment --- diff --git a/doc/usage.texi b/doc/usage.texi index 828fe34..e4a4797 100644 --- a/doc/usage.texi +++ b/doc/usage.texi @@ -25,7 +25,7 @@ If build fails because of untrusted @code{ca.cypherpunks.ru} certificate, then: $ [fetch|wget] http://www.ca.cypherpunks.ru/cert.pem $ [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 --auto-key-locate wkd --locate-keys stargrave at gnupg dot net $ gpg --verify cert.pem.asc $ SSL_CERT_FILE=`pwd`/cert.pem GIT_SSL_CAINFO=`pwd`/cert.pem redo all @end example