2021-01-17 20:07:55 +01:00
|
|
|
[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.
|
2021-07-29 18:31:48 +02:00
|
|
|
KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-rsa/
|
2020-11-15 13:26:49 +01:00
|
|
|
|
|
|
|
# Where does the helper listen for requests?
|
2021-07-29 18:31:48 +02:00
|
|
|
UNIXPATH = $TALER_RUNTIME_DIR/exchange-secmod-rsa/server.sock
|
2020-12-11 00:03:58 +01:00
|
|
|
|
2021-07-29 13:04:55 +02:00
|
|
|
# Directory for clients.
|
2021-07-29 18:31:48 +02:00
|
|
|
CLIENT_DIR = $TALER_RUNTIME_DIR/exchange-secmod-rsa/clients
|
2021-07-29 13:04:55 +02:00
|
|
|
|
2020-12-11 00:03:58 +01:00
|
|
|
# Where should the security module store it's private key?
|
2021-07-29 18:31:48 +02:00
|
|
|
SM_PRIV_KEY = ${TALER_DATA_HOME}/exchange-secmod-rsa/private-key
|
2020-12-11 00:03:58 +01:00
|
|
|
|
|
|
|
# For how long into the future do we pre-generate keys?
|
2021-07-29 13:04:55 +02:00
|
|
|
LOOKAHEAD_SIGN = 1 year
|