2020-12-01 09:19:58 +01:00
|
|
|
# This file is in the public domain.
|
|
|
|
#
|
|
|
|
[exchange-offline]
|
|
|
|
|
|
|
|
# Where do we store the offline master private key of the exchange?
|
2021-07-29 18:33:23 +02:00
|
|
|
MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange-offline/master.priv
|
2020-12-06 00:08:04 +01:00
|
|
|
|
|
|
|
# Where do we store the TOFU key material?
|
2021-07-29 18:33:23 +02:00
|
|
|
SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange-offline/secm_tofus.pub
|
2020-12-24 14:48:50 +01:00
|
|
|
|
|
|
|
# Base32-encoded public key of the RSA helper.
|
|
|
|
# SECM_DENOM_PUBKEY =
|
|
|
|
|
|
|
|
# Base32-encoded public key of the EdDSA helper.
|
2021-07-29 18:33:23 +02:00
|
|
|
# SECM_ESIGN_PUBKEY =
|