commit 62ea8c50465f14330763b65ba296806f8987155c parent a3520d9c11a34bd19be261fc5b2c21d8bb862db9 Author: Florian Dold <florian@dold.me> Date: Thu, 29 Jul 2021 18:33:23 +0200 config Diffstat:
| M | src/exchange-tools/exchange-offline.conf | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/exchange-tools/exchange-offline.conf b/src/exchange-tools/exchange-offline.conf @@ -3,13 +3,13 @@ [exchange-offline] # Where do we store the offline master private key of the exchange? -MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv +MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange-offline/master.priv # Where do we store the TOFU key material? -SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/secm_tofus.pub +SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange-offline/secm_tofus.pub # Base32-encoded public key of the RSA helper. # SECM_DENOM_PUBKEY = # Base32-encoded public key of the EdDSA helper. -# SECM_ESIGN_PUBKEY = -\ No newline at end of file +# SECM_ESIGN_PUBKEY =