summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-auditor-sign
blob: 29261c081e7834df8b7e2a9b36cd1cec40873b24 (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 "https://auditor.${TALER_CONFIG_ENV}.taler.net/" \
  -o "$(taler-config -s exchangedb -o AUDITOR_BASE_DIR -f)/signed_denoms" \
  -r "$HOME/shared-data/exchange/auditor-request/auditor_request"