gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/03: put generated secmod keys in separate dir


From: gnunet
Subject: [taler-exchange] 01/03: put generated secmod keys in separate dir
Date: Fri, 30 Jul 2021 18:38:52 +0200

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

dold pushed a commit to branch master
in repository exchange.

commit 2bdc2f61c526bdb8b7b1bc7e6df1dbd52ac3761a
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 30 18:12:28 2021 +0200

    put generated secmod keys in separate dir
---
 src/util/taler-exchange-secmod-eddsa.conf | 6 +++---
 src/util/taler-exchange-secmod-rsa.conf   | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/util/taler-exchange-secmod-eddsa.conf 
b/src/util/taler-exchange-secmod-eddsa.conf
index 25803d3c..ea09f033 100644
--- a/src/util/taler-exchange-secmod-eddsa.conf
+++ b/src/util/taler-exchange-secmod-eddsa.conf
@@ -8,7 +8,7 @@
 OVERLAP_DURATION = 5m
 
 # Where do we store the private keys.
-KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-eddsa/
+KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-eddsa/keys
 
 # Where does the helper listen for requests?
 UNIXPATH = $TALER_RUNTIME_DIR/exchange-secmod-eddsa/server.sock
@@ -16,8 +16,8 @@ UNIXPATH = 
$TALER_RUNTIME_DIR/exchange-secmod-eddsa/server.sock
 # Directory for clients.
 CLIENT_DIR = $TALER_RUNTIME_DIR/exchange-secmod-eddsa/clients
 
-# Where should the security module store it's private key?
-SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-eddsa/private-key
+# Where should the security module store its own private key?
+SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-eddsa/secmod-private-key
 
 # For how long into the future do we pre-generate keys?
 LOOKAHEAD_SIGN = 1 year
diff --git a/src/util/taler-exchange-secmod-rsa.conf 
b/src/util/taler-exchange-secmod-rsa.conf
index 74a90310..dfa87f05 100644
--- a/src/util/taler-exchange-secmod-rsa.conf
+++ b/src/util/taler-exchange-secmod-rsa.conf
@@ -7,8 +7,8 @@
 # must be longer than this value.
 OVERLAP_DURATION = 5 m
 
-# Where do we store the private keys.
-KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-rsa/
+# Where do we store the generated private keys.
+KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-rsa/keys
 
 # Where does the helper listen for requests?
 UNIXPATH = $TALER_RUNTIME_DIR/exchange-secmod-rsa/server.sock
@@ -16,8 +16,8 @@ UNIXPATH = $TALER_RUNTIME_DIR/exchange-secmod-rsa/server.sock
 # Directory for clients.
 CLIENT_DIR = $TALER_RUNTIME_DIR/exchange-secmod-rsa/clients
 
-# Where should the security module store it's private key?
-SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-rsa/private-key
+# Where should the security module store its own private key?
+SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-rsa/secmod-private-key
 
 # For how long into the future do we pre-generate keys?
 LOOKAHEAD_SIGN = 1 year

-- 
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]