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?
|
|
|
|
MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv
|
2020-12-06 00:08:04 +01:00
|
|
|
|
|
|
|
# Where do we store the TOFU key material?
|
2020-12-12 22:42:04 +01:00
|
|
|
SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/secm_tofus.pub
|