summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-29 17:42:30 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-29 17:42:30 +0100
commit11212f11e8a257fc4c44022f8cb543c41750c09e (patch)
treea3b755bd820f0490772cc3a46817fb3864cbdbcb
parentc8657507de3c9db0f970808f92364094f4efde02 (diff)
downloaddeployment-11212f11e8a257fc4c44022f8cb543c41750c09e.tar.gz
deployment-11212f11e8a257fc4c44022f8cb543c41750c09e.tar.bz2
deployment-11212f11e8a257fc4c44022f8cb543c41750c09e.zip
Auditor deployment.
Invoking the tool to add a exchange URL+Key into the auditor database.
-rwxr-xr-xbin/taler-deployment-keyup4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index e91c2b0..4262964 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -20,6 +20,10 @@ taler-exchange-keyup \
-m ${HOME}/shared-data/exchange/offline-keys/master.priv \
-o $auditor_request_dir/auditor_request
+taler-auditor-exchange \
+ -m $(taler-config -s exchange -o master_public_key) \
+ -u $(taler-config -s exchange -o base_url)
+
# Checks whether any denom key was generated, and
# only sign it if so.
if [[ -s $auditor_request_dir/auditor_request ]]; then