aboutsummaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-rsa.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/taler-exchange-secmod-rsa.conf')
-rw-r--r--src/util/taler-exchange-secmod-rsa.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.conf b/src/util/taler-exchange-secmod-rsa.conf
index f9a6c7d1f..c653fa4f4 100644
--- a/src/util/taler-exchange-secmod-rsa.conf
+++ b/src/util/taler-exchange-secmod-rsa.conf
@@ -13,8 +13,11 @@ KEY_DIR = ${TALER_DATA_HOME}/crypto-rsa/
13# Where does the helper listen for requests? 13# Where does the helper listen for requests?
14UNIXPATH = $TALER_RUNTIME_DIR/taler-exchange-secmod-rsa.sock 14UNIXPATH = $TALER_RUNTIME_DIR/taler-exchange-secmod-rsa.sock
15 15
16# Directory for clients.
17CLIENT_DIR = $TALER_RUNTIME_DIR/secmod-rsa-client
18
16# Where should the security module store it's private key? 19# Where should the security module store it's private key?
17SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-rsa/.private-key 20SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-rsa/.private-key
18 21
19# For how long into the future do we pre-generate keys? 22# For how long into the future do we pre-generate keys?
20LOOKAHEAD_SIGN = 1 year \ No newline at end of file 23LOOKAHEAD_SIGN = 1 year