summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-auditor-sign
blob: ffeac26ca67115c855b19ac6260b87901c5ae3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

if test -z $TALER_CONFIG_ENV; then
  echo Please run 'source ~/activate' beforehand.
  exit 1
fi

taler-auditor-sign \
  -m $(taler-config -s exchange -o MASTER_PUBLIC_KEY) \
  -u $TALER_ENV_URL_AUDITOR \
  -o "$(taler-config -s exchangedb -o AUDITOR_BASE_DIR -f)/signed_denoms" \
  -r "$HOME/shared-data/exchange/auditor-request/auditor_request"