diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-11 00:04:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-11 00:04:30 +0100 |
commit | f587df78f35a337b55e59ba77d359aa20537f9a2 (patch) | |
tree | e18596e1edd8f7e7c4ec721f8e2e1f7dd6a6e1de | |
parent | 2bcf6646e472a16c3addf31f0de595c82acdf66f (diff) |
supply more defaults
-rw-r--r-- | src/util/taler-helper-crypto-eddsa.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/taler-helper-crypto-eddsa.conf b/src/util/taler-helper-crypto-eddsa.conf index 6be9947e6..a1f42ca4e 100644 --- a/src/util/taler-helper-crypto-eddsa.conf +++ b/src/util/taler-helper-crypto-eddsa.conf @@ -18,3 +18,6 @@ SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-helper-crypto-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 = 3 months |