From: Sergey Matveev Date: Tue, 7 Sep 2021 20:17:39 +0000 (+0300) Subject: Absolute path to certificates X-Git-Tag: v0.1.0~80 X-Git-Url: http://www.git.stargrave.org/?p=tofuproxy.git;a=commitdiff_plain;h=08e3ba5b7277bc3208e24ea84b9f04d53329762a Absolute path to certificates --- diff --git a/doc/usage.texi b/doc/usage.texi index 2b606e2..6965994 100644 --- a/doc/usage.texi +++ b/doc/usage.texi @@ -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