exchange/src/util/taler-exchange-secmod-eddsa.conf

27 lines
862 B
Plaintext
Raw Normal View History

[taler-exchange-secmod-eddsa]
2020-12-08 19:55:19 +01:00
# How long should generated coins overlap in their validity
# periods. Should be long enough to avoid problems with
# wallets picking one key and then due to network latency
# another key being valid. The DURATION_WITHDRAW period
# must be longer than this value.
OVERLAP_DURATION = 5m
# Where do we store the private keys.
KEY_DIR = ${TALER_DATA_HOME}/crypto-eddsa/
# Where does the helper listen for requests?
UNIXPATH = $TALER_RUNTIME_DIR/taler-exchange-secmod-eddsa.sock
2020-12-11 00:03:58 +01:00
# Directory for clients.
CLIENT_DIR = $TALER_RUNTIME_DIR/secmod-eddsa-client
2020-12-11 00:03:58 +01:00
# Where should the security module store it's private key?
SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-eddsa/.private-key
2020-12-11 00:03:58 +01:00
# For how long into the future do we pre-generate keys?
LOOKAHEAD_SIGN = 1 year
2020-12-11 00:04:30 +01:00
# For how long are signing keys valid?
2020-12-11 00:05:30 +01:00
DURATION = 12 weeks