summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-keyup
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-23 10:43:27 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-23 10:43:27 +0200
commit984bf339e40991a2948a9548653703211a3f71dd (patch)
treeb8abe595a2862f2e0707e5ccd4e0d5a986774a43 /bin/taler-deployment-keyup
parent0c58e6159e89e23e0d8542d00a04ffa4894f3f09 (diff)
downloaddeployment-984bf339e40991a2948a9548653703211a3f71dd.tar.gz
deployment-984bf339e40991a2948a9548653703211a3f71dd.tar.bz2
deployment-984bf339e40991a2948a9548653703211a3f71dd.zip
12 chars max for currency name and generating auditor blobs
for per-user envs.
Diffstat (limited to 'bin/taler-deployment-keyup')
-rwxr-xr-xbin/taler-deployment-keyup12
1 files changed, 3 insertions, 9 deletions
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 6c16586..e6c8fcb 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -3,15 +3,9 @@
set -eu
auditor_request=${HOME}/shared-data/exchange/auditor-request/auditor_request
-if [[ ${TALER_CONFIG_STANDALONE:-0} = 1 ]]; then
- # no auditor on env deployments for now
- taler-exchange-keyup \
- -m ~/shared-data/exchange/offline-keys/master.priv
-else
- taler-exchange-keyup \
- -m ~/shared-data/exchange/offline-keys/master.priv \
- -o $auditor_request
-fi
+taler-exchange-keyup \
+ -m ~/shared-data/exchange/offline-keys/master.priv \
+ -o $auditor_request
auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir -f)
exchange_master_pub=$(taler-config -s exchange -o master_public_key)