taler-exchange-secmod-eddsa.conf (853B)
1 [taler-exchange-secmod-eddsa] 2 3 # How long should generated coins overlap in their validity 4 # periods. Should be long enough to avoid problems with 5 # wallets picking one key and then due to network latency 6 # another key being valid. The DURATION_WITHDRAW period 7 # must be longer than this value. 8 OVERLAP_DURATION = 5m 9 10 # Where do we store the private keys. 11 KEY_DIR = ${TALER_DATA_HOME}secmod-eddsa/keys 12 13 # Where does the helper listen for requests? 14 UNIXPATH = ${TALER_RUNTIME_DIR}secmod-eddsa/server.sock 15 16 # Directory for clients. 17 CLIENT_DIR = ${TALER_RUNTIME_DIR}secmod-eddsa/clients 18 19 # Where should the security module store its own private key? 20 SM_PRIV_KEY = ${TALER_DATA_HOME}secmod-eddsa/secmod-private-key 21 22 # For how long into the future do we pre-generate keys? 23 LOOKAHEAD_SIGN = 1 year 24 25 # For how long are signing keys valid? 26 DURATION = 12 weeks