summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-keyup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment-keyup')
-rwxr-xr-xbin/taler-deployment-keyup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 764cff9..a4b9fd8 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -14,7 +14,7 @@ else
fi
auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir)
-taler-auditor-sign -u https://auditor.taler.net/ -m $(taler-config -s exchange -o master_public_key) -r $auditor_request -o "$auditor_base_dir/auditor_sig"
+taler-auditor-sign -u https://auditor.taler.net/ -m $(taler-config -s exchange -o master_public_key -f) -r $auditor_request -o "$auditor_base_dir/auditor_sig"
if [[ 0 != $? ]]; then
echo Auditor signing not accomplished.
fi