blob: 3d42cc63d683e7f5c6da5da37f8676eb7e5a38b7 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
# Where do we store the TOFU key material?
SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/secm_tofus.pub
|