exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

taler-exchange-secmod-cs.conf (789B)


      1 [taler-exchange-secmod-cs]
      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 = 5 m
      9 
     10 # Where do we store the generated private keys.
     11 KEY_DIR = ${TALER_DATA_HOME}secmod-cs/keys
     12 
     13 # Where does the helper listen for requests?
     14 UNIXPATH = ${TALER_RUNTIME_DIR}secmod-cs/server.sock
     15 
     16 # Directory for clients.
     17 CLIENT_DIR = ${TALER_RUNTIME_DIR}secmod-cs/clients
     18 
     19 # Where should the security module store its own private key?
     20 SM_PRIV_KEY = ${TALER_DATA_HOME}secmod-cs/secmod-private-key
     21 
     22 # For how long into the future do we pre-generate keys?
     23 LOOKAHEAD_SIGN = 1 year