summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-keyup
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-18 11:37:42 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-18 11:37:42 +0200
commit5ee5d584a75874a107a9395820ea6f8590135789 (patch)
tree8ed06ff50d3e0cec77d7d3320fd7fc4b9c97b762 /bin/taler-deployment-keyup
parent917b42d3356ce3278d1c7aa036f1f4ca48bdab05 (diff)
downloaddeployment-5ee5d584a75874a107a9395820ea6f8590135789.tar.gz
deployment-5ee5d584a75874a107a9395820ea6f8590135789.tar.bz2
deployment-5ee5d584a75874a107a9395820ea6f8590135789.zip
random filename for auditor signature
Diffstat (limited to 'bin/taler-deployment-keyup')
-rwxr-xr-xbin/taler-deployment-keyup3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 8f39c28..6c16586 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -15,7 +15,8 @@ fi
auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir -f)
exchange_master_pub=$(taler-config -s exchange -o master_public_key)
-taler-auditor-sign -u https://auditor.taler.net/ -m $exchange_master_pub -r $auditor_request -o "$auditor_base_dir/auditor_sig"
+auditor_sig_output_file=$(date "+%s%N")
+taler-auditor-sign -u https://auditor.taler.net/ -m $exchange_master_pub -r $auditor_request -o "$auditor_base_dir/$auditor_sig_output_file"
if [[ 0 != $? ]]; then
echo Auditor signing not accomplished.
fi