From 08e3ba5b7277bc3208e24ea84b9f04d53329762a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 7 Sep 2021 23:17:39 +0300 Subject: [PATCH] Absolute path to certificates --- doc/usage.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0