diff options
Diffstat (limited to 'src/util/taler-exchange-secmod-eddsa.conf')
-rw-r--r-- | src/util/taler-exchange-secmod-eddsa.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/taler-exchange-secmod-eddsa.conf b/src/util/taler-exchange-secmod-eddsa.conf index 8a171353d..8227c908f 100644 --- a/src/util/taler-exchange-secmod-eddsa.conf +++ b/src/util/taler-exchange-secmod-eddsa.conf | |||
@@ -13,6 +13,9 @@ KEY_DIR = ${TALER_DATA_HOME}/crypto-eddsa/ | |||
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/taler-exchange-secmod-eddsa.sock |
15 | 15 | ||
16 | # Directory for clients. | ||
17 | CLIENT_DIR = $TALER_RUNTIME_DIR/secmod-eddsa-client | ||
18 | |||
16 | # Where should the security module store it's private key? | 19 | # Where should the security module store it's private key? |
17 | SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-eddsa/.private-key | 20 | SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-eddsa/.private-key |
18 | 21 | ||