summaryrefslogtreecommitdiff
path: root/src/util/taler-helper-crypto-rsa.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-15 13:26:49 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-15 13:26:49 +0100
commit9f60c8c041d9d86ebb701a2532e4d849ca9a9d82 (patch)
treeeaa0002ded63cc421cb243f0f63bea91a83a5c53 /src/util/taler-helper-crypto-rsa.conf
parentbf7a660ec0278e56eea0bce413c61a2ba0daeca2 (diff)
downloadexchange-9f60c8c041d9d86ebb701a2532e4d849ca9a9d82.tar.gz
exchange-9f60c8c041d9d86ebb701a2532e4d849ca9a9d82.tar.bz2
exchange-9f60c8c041d9d86ebb701a2532e4d849ca9a9d82.zip
handle revocation requests
Diffstat (limited to 'src/util/taler-helper-crypto-rsa.conf')
-rw-r--r--src/util/taler-helper-crypto-rsa.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/util/taler-helper-crypto-rsa.conf b/src/util/taler-helper-crypto-rsa.conf
new file mode 100644
index 000000000..6d7135d9b
--- /dev/null
+++ b/src/util/taler-helper-crypto-rsa.conf
@@ -0,0 +1,14 @@
+[taler-helper-crypto-rsa]
+
+# 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-rsa/
+
+# Where does the helper listen for requests?
+UNIXPATH = $TALER_RUNTIME_DIR/taler-helper-crypto-rsa.sock