gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: setup auditor-pub


From: gnunet
Subject: [taler-exchange] branch master updated: setup auditor-pub
Date: Wed, 16 Dec 2020 14:16:07 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 70ca77c7 setup auditor-pub
70ca77c7 is described below

commit 70ca77c7b277b3a8033c20d4b8db60fca08717a8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 16 14:16:02 2020 +0100

    setup auditor-pub
---
 src/auditor/generate-revoke-basedb.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/auditor/generate-revoke-basedb.sh 
b/src/auditor/generate-revoke-basedb.sh
index d629381e..18a55269 100755
--- a/src/auditor/generate-revoke-basedb.sh
+++ b/src/auditor/generate-revoke-basedb.sh
@@ -73,6 +73,9 @@ BANK_PORT=`taler-config -c $CONF -s BANK -o HTTP_PORT`
 export BANK_URL=http://localhost:${BANK_PORT}/
 export AUDITOR_URL=http://localhost:8083/
 AUDITOR_PRIV_FILE=`taler-config -f -c $CONF -s AUDITOR -o AUDITOR_PRIV_FILE`
+AUDITOR_PRIV_DIR=`dirname $AUDITOR_PRIV_FILE`
+mkdir -p $AUDITOR_PRIV_DIR
+gnunet-ecc -g1 $AUDITOR_PRIV_FILE > /dev/null
 AUDITOR_PUB=`gnunet-ecc -p $AUDITOR_PRIV_FILE`
 
 # patch configuration

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]