From 2bcf6646e472a16c3addf31f0de595c82acdf66f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 Dec 2020 00:03:58 +0100 Subject: supply more defaults --- src/util/taler-helper-crypto-rsa.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/util/taler-helper-crypto-rsa.conf') diff --git a/src/util/taler-helper-crypto-rsa.conf b/src/util/taler-helper-crypto-rsa.conf index 6d7135d9b..231e04fb0 100644 --- a/src/util/taler-helper-crypto-rsa.conf +++ b/src/util/taler-helper-crypto-rsa.conf @@ -5,10 +5,16 @@ # 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 +OVERLAP_DURATION = 5 m # Where do we store the private keys. KEY_DIR = ${TALER_DATA_HOME}/crypto-rsa/ # Where does the helper listen for requests? UNIXPATH = $TALER_RUNTIME_DIR/taler-helper-crypto-rsa.sock + +# Where should the security module store it's private key? +SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-helper-crypto-rsa/.private-key + +# For how long into the future do we pre-generate keys? +LOOKAHEAD_SIGN = 1 year \ No newline at end of file -- cgit v1.2.3