diff options
Diffstat (limited to 'src/util/taler-helper-crypto-eddsa.conf')
-rw-r--r-- | src/util/taler-helper-crypto-eddsa.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/taler-helper-crypto-eddsa.conf b/src/util/taler-helper-crypto-eddsa.conf index dbf919759..6be9947e6 100644 --- a/src/util/taler-helper-crypto-eddsa.conf +++ b/src/util/taler-helper-crypto-eddsa.conf @@ -12,3 +12,9 @@ KEY_DIR = ${TALER_DATA_HOME}/crypto-eddsa/ # Where does the helper listen for requests? UNIXPATH = $TALER_RUNTIME_DIR/taler-helper-crypto-eddsa.sock + +# Where should the security module store it's private key? +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 |