donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

donau-secmod-eddsa.conf (940B)


      1 [donau-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 generated private keys.
     11 KEY_DIR = ${DONAU_DATA_HOME}secmod-eddsa/keys
     12 
     13 # Where does the helper listen for requests?
     14 UNIXPATH = ${DONAU_RUNTIME_DIR}secmod-eddsa/server.sock
     15 
     16 # Directory for clients.
     17 CLIENT_DIR = ${DONAU_RUNTIME_DIR}secmod-eddsa/clients
     18 
     19 # Where should the security module store its own private key?
     20 SM_PRIV_KEY = ${DONAU_DATA_HOME}secmod-eddsa/secmod-private-key
     21 
     22 # For how long into the future do we pre-generate keys?
     23 LOOKAHEAD_SIGN = 2 year
     24 
     25 # Round down anchor key start date to multiples of this time.
     26 ANCHOR_ROUND = 1 year
     27 
     28 
     29 # For how long are signing keys valid?
     30 DURATION = 3 years
     31