summaryrefslogtreecommitdiff
path: root/src/util/taler-exchange-secmod-eddsa.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-17 20:07:55 +0100
committerFlorian Dold <florian@dold.me>2021-01-17 20:07:55 +0100
commitb23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39 (patch)
treed900710097f485150c55104e1f26304eac0ac55e /src/util/taler-exchange-secmod-eddsa.conf
parented9c37ef4fb49949b06fccac72e498b67c4c61ce (diff)
downloadexchange-b23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39.tar.gz
exchange-b23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39.tar.bz2
exchange-b23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39.zip
rename taler-helper-crypto-* to taler-exchange-secmod-*
Diffstat (limited to 'src/util/taler-exchange-secmod-eddsa.conf')
-rw-r--r--src/util/taler-exchange-secmod-eddsa.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/util/taler-exchange-secmod-eddsa.conf b/src/util/taler-exchange-secmod-eddsa.conf
new file mode 100644
index 000000000..8a171353d
--- /dev/null
+++ b/src/util/taler-exchange-secmod-eddsa.conf
@@ -0,0 +1,23 @@
+[taler-exchange-secmod-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-exchange-secmod-eddsa.sock
+
+# Where should the security module store it's private key?
+SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-eddsa/.private-key
+
+# For how long into the future do we pre-generate keys?
+LOOKAHEAD_SIGN = 1 year
+
+# For how long are signing keys valid?
+DURATION = 12 weeks