config
This commit is contained in:
parent
a3520d9c11
commit
62ea8c5046
@ -3,13 +3,13 @@
|
|||||||
[exchange-offline]
|
[exchange-offline]
|
||||||
|
|
||||||
# Where do we store the offline master private key of the exchange?
|
# 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?
|
# 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.
|
# Base32-encoded public key of the RSA helper.
|
||||||
# SECM_DENOM_PUBKEY =
|
# SECM_DENOM_PUBKEY =
|
||||||
|
|
||||||
# Base32-encoded public key of the EdDSA helper.
|
# Base32-encoded public key of the EdDSA helper.
|
||||||
# SECM_ESIGN_PUBKEY =
|
# SECM_ESIGN_PUBKEY =
|
||||||
|
Loading…
Reference in New Issue
Block a user