exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 70ca77c7b277b3a8033c20d4b8db60fca08717a8
parent 3afe09ba96a42535976376e18435c9418ad5af55
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 16 Dec 2020 14:16:02 +0100

setup auditor-pub

Diffstat:
Msrc/auditor/generate-revoke-basedb.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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