diff options
Diffstat (limited to 'src/util/taler-exchange-secmod-eddsa.conf')
-rw-r--r-- | src/util/taler-exchange-secmod-eddsa.conf | 8 |
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 @@ | |||
8 | OVERLAP_DURATION = 5m | 8 | OVERLAP_DURATION = 5m |
9 | 9 | ||
10 | # Where do we store the private keys. | 10 | # Where do we store the private keys. |
11 | KEY_DIR = ${TALER_DATA_HOME}/crypto-eddsa/ | 11 | KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-eddsa/ |
12 | 12 | ||
13 | # Where does the helper listen for requests? | 13 | # Where does the helper listen for requests? |
14 | UNIXPATH = $TALER_RUNTIME_DIR/taler-exchange-secmod-eddsa.sock | 14 | UNIXPATH = $TALER_RUNTIME_DIR/exchange-secmod-eddsa/server.sock |
15 | 15 | ||
16 | # Directory for clients. | 16 | # Directory for clients. |
17 | CLIENT_DIR = $TALER_RUNTIME_DIR/secmod-eddsa-client | 17 | CLIENT_DIR = $TALER_RUNTIME_DIR/exchange-secmod-eddsa/clients |
18 | 18 | ||
19 | # Where should the security module store it's private key? | 19 | # Where should the security module store it's private key? |
20 | SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-eddsa/.private-key | 20 | SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-eddsa/private-key |
21 | 21 | ||
22 | # For how long into the future do we pre-generate keys? | 22 | # For how long into the future do we pre-generate keys? |
23 | LOOKAHEAD_SIGN = 1 year | 23 | LOOKAHEAD_SIGN = 1 year |