taler-exchange-secmod-rsa.conf (1310B)
1 [taler-exchange-secmod-rsa] 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 = 0 m 9 10 # Where do we store the generated private keys. 11 KEY_DIR = ${TALER_DATA_HOME}secmod-rsa/keys 12 13 # Where does the helper listen for requests? 14 UNIXPATH = ${TALER_RUNTIME_DIR}secmod-rsa/server.sock 15 16 # Directory for clients. 17 CLIENT_DIR = ${TALER_RUNTIME_DIR}secmod-rsa/clients 18 19 # Where should the security module store its own private key? 20 SM_PRIV_KEY = ${TALER_DATA_HOME}secmod-rsa/secmod-private-key 21 22 # For how long into the future do we pre-generate keys? 23 LOOKAHEAD_SIGN = 1 year 24 25 # Align the validity period of the keys to (UTC) calendar intervals: the start 26 # date is rounded down and the end date rounded up to this interval. Only 0 (no 27 # rounding, the default) and exactly "1 s", "1 minute", "1 hour", "1 day", 28 # "1 week", "1 month", "3 months" and "1 year" are supported. Can also be set 29 # per denomination, which takes precedence over the value given here. 30 # The exchange does not need this; Donau uses "1 year" to have its keys be 31 # valid for exactly one calendar year. 32 ANCHOR_ROUND = 0