gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: supply more defaults


From: gnunet
Subject: [taler-exchange] branch master updated: supply more defaults
Date: Fri, 11 Dec 2020 00:04:00 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2bcf6646 supply more defaults
2bcf6646 is described below

commit 2bcf6646e472a16c3addf31f0de595c82acdf66f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 11 00:03:58 2020 +0100

    supply more defaults
---
 src/util/taler-helper-crypto-eddsa.conf | 6 ++++++
 src/util/taler-helper-crypto-rsa.conf   | 8 +++++++-
 src/util/test_helper_eddsa.conf         | 2 --
 src/util/test_helper_rsa.conf           | 2 --
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/src/util/taler-helper-crypto-eddsa.conf 
b/src/util/taler-helper-crypto-eddsa.conf
index dbf91975..6be9947e 100644
--- a/src/util/taler-helper-crypto-eddsa.conf
+++ b/src/util/taler-helper-crypto-eddsa.conf
@@ -12,3 +12,9 @@ KEY_DIR = ${TALER_DATA_HOME}/crypto-eddsa/
 
 # Where does the helper listen for requests?
 UNIXPATH = $TALER_RUNTIME_DIR/taler-helper-crypto-eddsa.sock
+
+# Where should the security module store it's private key?
+SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-helper-crypto-eddsa/.private-key
+
+# For how long into the future do we pre-generate keys?
+LOOKAHEAD_SIGN = 1 year
diff --git a/src/util/taler-helper-crypto-rsa.conf 
b/src/util/taler-helper-crypto-rsa.conf
index 6d7135d9..231e04fb 100644
--- a/src/util/taler-helper-crypto-rsa.conf
+++ b/src/util/taler-helper-crypto-rsa.conf
@@ -5,10 +5,16 @@
 # wallets picking one key and then due to network latency
 # another key being valid.  The DURATION_WITHDRAW period
 # must be longer than this value.
-OVERLAP_DURATION = 5m
+OVERLAP_DURATION = 5 m
 
 # Where do we store the private keys.
 KEY_DIR = ${TALER_DATA_HOME}/crypto-rsa/
 
 # Where does the helper listen for requests?
 UNIXPATH = $TALER_RUNTIME_DIR/taler-helper-crypto-rsa.sock
+
+# Where should the security module store it's private key?
+SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-helper-crypto-rsa/.private-key
+
+# For how long into the future do we pre-generate keys?
+LOOKAHEAD_SIGN = 1 year
\ No newline at end of file
diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf
index bdb72a85..99528579 100644
--- a/src/util/test_helper_eddsa.conf
+++ b/src/util/test_helper_eddsa.conf
@@ -4,5 +4,3 @@ OVERLAP_DURATION = 1 s
 DURATION = 1 minute
 KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_eddsa/
 UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_eddsa.unix
-
-SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-helper-crypto-eddsa/.private-key
diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf
index e3b3d089..f45fe014 100644
--- a/src/util/test_helper_rsa.conf
+++ b/src/util/test_helper_rsa.conf
@@ -7,5 +7,3 @@ LOOKAHEAD_SIGN = 5 minutes
 OVERLAP_DURATION = 1 s
 KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_rsa/
 UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_rsa.unix
-
-SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-helper-crypto-rsa/.private-key

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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