taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 11212f11e8a257fc4c44022f8cb543c41750c09e
parent c8657507de3c9db0f970808f92364094f4efde02
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 29 Nov 2018 17:42:30 +0100

Auditor deployment.

Invoking the tool to add a exchange URL+Key into the auditor database.

Diffstat:
Mbin/taler-deployment-keyup | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

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