diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-06 00:08:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-06 00:08:04 +0100 |
commit | b90293a92f07aea92b6651048b9557d4f7fb6666 (patch) | |
tree | 2891d0af9cbfab7c5a4ce25472f944d67b92d4df /src/exchange-tools | |
parent | 70b08396445c7d9f709ad020a608acbf812433bd (diff) |
need TOFU file option
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/exchange-offline.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchange-tools/exchange-offline.conf b/src/exchange-tools/exchange-offline.conf index 5490c1da0..68004a263 100644 --- a/src/exchange-tools/exchange-offline.conf +++ b/src/exchange-tools/exchange-offline.conf @@ -4,3 +4,6 @@ # Where do we store the offline master private key of the exchange? MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv + +# Where do we store the TOFU key material? +SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv |