summaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-rsa.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-29 18:31:48 +0200
committerFlorian Dold <florian@dold.me>2021-07-29 18:31:48 +0200
commita3520d9c11a34bd19be261fc5b2c21d8bb862db9 (patch)
treecbe4cc41c75025bb73a1384f52bd4cb03efff45d /src/util/taler-exchange-secmod-rsa.conf
parenteb3c3c3557fd7a5b54cd09dafe3eb404bb9441db (diff)
downloadexchange-a3520d9c11a34bd19be261fc5b2c21d8bb862db9.tar.gz
exchange-a3520d9c11a34bd19be261fc5b2c21d8bb862db9.tar.bz2
exchange-a3520d9c11a34bd19be261fc5b2c21d8bb862db9.zip
config
Diffstat (limited to 'src/util/taler-exchange-secmod-rsa.conf')
-rw-r--r--src/util/taler-exchange-secmod-rsa.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.conf b/src/util/taler-exchange-secmod-rsa.conf
index c653fa4f4..74a90310e 100644
--- a/src/util/taler-exchange-secmod-rsa.conf
+++ b/src/util/taler-exchange-secmod-rsa.conf
@@ -8,16 +8,16 @@
OVERLAP_DURATION = 5 m
# Where do we store the private keys.
-KEY_DIR = ${TALER_DATA_HOME}/crypto-rsa/
+KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-rsa/
# Where does the helper listen for requests?
-UNIXPATH = $TALER_RUNTIME_DIR/taler-exchange-secmod-rsa.sock
+UNIXPATH = $TALER_RUNTIME_DIR/exchange-secmod-rsa/server.sock
# Directory for clients.
-CLIENT_DIR = $TALER_RUNTIME_DIR/secmod-rsa-client
+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}/taler-exchange-secmod-rsa/.private-key
+SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-rsa/private-key
# For how long into the future do we pre-generate keys?
LOOKAHEAD_SIGN = 1 year