From 9f60c8c041d9d86ebb701a2532e4d849ca9a9d82 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Nov 2020 13:26:49 +0100 Subject: handle revocation requests --- src/util/taler-helper-crypto-rsa.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/util/taler-helper-crypto-rsa.conf (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 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 -- cgit v1.2.3