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

20 lines
716 B
Plaintext
Raw Normal View History

[taler-exchange-secmod-rsa]
2020-11-15 13:26:49 +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.
2020-12-11 00:03:58 +01:00
OVERLAP_DURATION = 5 m
2020-11-15 13:26:49 +01:00
# Where do we store the private keys.
KEY_DIR = ${TALER_DATA_HOME}/crypto-rsa/
# Where does the helper listen for requests?
UNIXPATH = $TALER_RUNTIME_DIR/taler-exchange-secmod-rsa.sock
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-rsa/.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