27 lines
862 B
Plaintext
27 lines
862 B
Plaintext
[taler-exchange-secmod-eddsa]
|
|
|
|
# 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
|
|
|
|
# Directory for clients.
|
|
CLIENT_DIR = $TALER_RUNTIME_DIR/secmod-eddsa-client
|
|
|
|
# Where should the security module store it's private key?
|
|
SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-eddsa/.private-key
|
|
|
|
# For how long into the future do we pre-generate keys?
|
|
LOOKAHEAD_SIGN = 1 year
|
|
|
|
# For how long are signing keys valid?
|
|
DURATION = 12 weeks
|