From ccafd0245ead11aaad4296c607bd368f9294b704 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 Dec 2020 19:55:19 +0100 Subject: missing file --- src/util/taler-helper-crypto-eddsa.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/util/taler-helper-crypto-eddsa.conf (limited to 'src') diff --git a/src/util/taler-helper-crypto-eddsa.conf b/src/util/taler-helper-crypto-eddsa.conf new file mode 100644 index 000000000..dbf919759 --- /dev/null +++ b/src/util/taler-helper-crypto-eddsa.conf @@ -0,0 +1,14 @@ +[taler-helper-crypto-eddsa] + +# How long should generated coins overlap in their validity +# periods. Should be long enough to avoid problems with +# 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 + +# Where do we store the private keys. +KEY_DIR = ${TALER_DATA_HOME}/crypto-eddsa/ + +# Where does the helper listen for requests? +UNIXPATH = $TALER_RUNTIME_DIR/taler-helper-crypto-eddsa.sock -- cgit v1.2.3