commit 0c825ce4ee3c6e3ea40a15829f948e28b29df5fa parent 155394f994b7479fd2d73040b405fd6fd36347b0 Author: Florian Dold <florian@dold.me> Date: Mon, 2 Dec 2024 21:55:20 +0100 fix exchange-offline file locations Diffstat:
| M | src/exchange-tools/exchange-offline.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/exchange-tools/exchange-offline.conf b/src/exchange-tools/exchange-offline.conf @@ -3,10 +3,10 @@ [exchange-offline] # Where do we store the offline master private key of the exchange? -MASTER_PRIV_FILE = ${TALER_DATA_HOME}exchange-offline/master.priv +MASTER_PRIV_FILE = ${TALER_DATA_HOME}offline/master.priv # Where do we store the TOFU key material? -SECM_TOFU_FILE = ${TALER_DATA_HOME}exchange-offline/secm_tofus.pub +SECM_TOFU_FILE = ${TALER_DATA_HOME}offline/secm_tofus.pub # Base32-encoded public key of the RSA helper. # SECM_DENOM_PUBKEY =