aboutsummaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-cs.conf
diff options
context:
space:
mode:
authorMatyja Lukas Adam <lukas.matyja@students.bfh.ch>2024-01-14 14:40:42 +0100
committerMatyja Lukas Adam <lukas.matyja@students.bfh.ch>2024-01-14 14:40:42 +0100
commit6f8511db6faf8e99272daf5f16c6eb99ba41ab3c (patch)
tree21d1c593bacbd17ea8c348d67c2225661c6c8993 /src/util/taler-exchange-secmod-cs.conf
parent359415b44fb2497475a0b3c2c6cd046310595b49 (diff)
parent7538ee9ab776460ad1509b875ca283fef2d65397 (diff)
downloadexchange-6f8511db6faf8e99272daf5f16c6eb99ba41ab3c.tar.xz
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'src/util/taler-exchange-secmod-cs.conf')
-rw-r--r--src/util/taler-exchange-secmod-cs.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/taler-exchange-secmod-cs.conf b/src/util/taler-exchange-secmod-cs.conf
index 5085eab79..fa3cdba40 100644
--- a/src/util/taler-exchange-secmod-cs.conf
+++ b/src/util/taler-exchange-secmod-cs.conf
@@ -8,16 +8,16 @@
OVERLAP_DURATION = 5 m
# Where do we store the generated private keys.
-KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-cs/keys
+KEY_DIR = ${TALER_DATA_HOME}exchange-secmod-cs/keys
# Where does the helper listen for requests?
-UNIXPATH = $TALER_RUNTIME_DIR/exchange-secmod-cs/server.sock
+UNIXPATH = ${TALER_RUNTIME_DIR}exchange-secmod-cs/server.sock
# Directory for clients.
-CLIENT_DIR = $TALER_RUNTIME_DIR/exchange-secmod-cs/clients
+CLIENT_DIR = ${TALER_RUNTIME_DIR}exchange-secmod-cs/clients
# Where should the security module store its own private key?
-SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-cs/secmod-private-key
+SM_PRIV_KEY = ${TALER_DATA_HOME}exchange-secmod-cs/secmod-private-key
# For how long into the future do we pre-generate keys?
LOOKAHEAD_SIGN = 1 year