summaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-eddsa.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/taler-exchange-secmod-eddsa.conf')
-rw-r--r--src/util/taler-exchange-secmod-eddsa.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/taler-exchange-secmod-eddsa.conf b/src/util/taler-exchange-secmod-eddsa.conf
index 8227c908f..25803d3c6 100644
--- a/src/util/taler-exchange-secmod-eddsa.conf
+++ b/src/util/taler-exchange-secmod-eddsa.conf
@@ -8,16 +8,16 @@
OVERLAP_DURATION = 5m
# Where do we store the private keys.
-KEY_DIR = ${TALER_DATA_HOME}/crypto-eddsa/
+KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-eddsa/
# Where does the helper listen for requests?
-UNIXPATH = $TALER_RUNTIME_DIR/taler-exchange-secmod-eddsa.sock
+UNIXPATH = $TALER_RUNTIME_DIR/exchange-secmod-eddsa/server.sock
# Directory for clients.
-CLIENT_DIR = $TALER_RUNTIME_DIR/secmod-eddsa-client
+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}/taler-exchange-secmod-eddsa/.private-key
+SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-eddsa/private-key
# For how long into the future do we pre-generate keys?
LOOKAHEAD_SIGN = 1 year