summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-08 19:55:19 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-08 19:55:19 +0100
commitccafd0245ead11aaad4296c607bd368f9294b704 (patch)
tree8d5c582f47edcae710f75e9f543e45e6de9aebb5
parent05f539c127f4e3fce56a04f7aeb1bb204ab3cff2 (diff)
downloadexchange-ccafd0245ead11aaad4296c607bd368f9294b704.tar.gz
exchange-ccafd0245ead11aaad4296c607bd368f9294b704.tar.bz2
exchange-ccafd0245ead11aaad4296c607bd368f9294b704.zip
missing file
-rw-r--r--src/util/taler-helper-crypto-eddsa.conf14
1 files changed, 14 insertions, 0 deletions
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