gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: fixing #5060: kee


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fixing #5060: keep backup of auditor/master keys in deployment, and install from there
Date: Tue, 06 Jun 2017 13:18:20 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b01b207  fixing #5060: keep backup of auditor/master keys in 
deployment, and install from there
b01b207 is described below

commit b01b207489a46dc114c81e29d17108a0b70084b6
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 6 13:19:00 2017 +0200

    fixing #5060: keep backup of auditor/master keys in deployment, and install 
from there
---
 bin/taler-deployment-config-generate |   7 ++++++-
 private-keys/auditor.priv            | Bin 0 -> 32 bytes
 private-keys/exchange-master.priv    |   1 +
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index cc7f72d..7c046de 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -22,7 +22,12 @@ fi
 
 if [[ ! -f $HOME/shared-data/exchange/offline-keys/master.priv ]] ; then
   mkdir -p $HOME/shared-data/exchange/offline-keys/
-  gnunet-ecc -g1 $HOME/shared-data/exchange/offline-keys/master.priv > 
/dev/null
+  cp $base/deployment/private-keys/exchange-master.priv 
$HOME/shared-data/exchange/offline-keys/master.priv
+fi
+
+if [[ ! -f $HOME/.local/share/taler/auditor/offline-keys/auditor.priv ]] ; then
+  mkdir -p $HOME/.local/share/taler/auditor/offline-keys/
+  cp $base/deployment/private-keys/auditor.priv 
$HOME/.local/share/taler/auditor/offline-keys/auditor.priv
 fi
 
 exchange_pub=$(gnunet-ecc -p 
$HOME/shared-data/exchange/offline-keys/master.priv)
diff --git a/private-keys/auditor.priv b/private-keys/auditor.priv
new file mode 100644
index 0000000..25ad978
Binary files /dev/null and b/private-keys/auditor.priv differ
diff --git a/private-keys/exchange-master.priv 
b/private-keys/exchange-master.priv
new file mode 100644
index 0000000..6a7a36d
--- /dev/null
+++ b/private-keys/exchange-master.priv
@@ -0,0 +1 @@
+�]sAc�F"H�sW�֏����I��Hݚn�2�
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]