summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler.conf.5.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index ad64c92c..07e9d106 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -160,6 +160,28 @@ EXCHANGE OFFLINE SIGNING OPTIONS
The following options must be in the section "[exchange-offline]".
+MASTER_PRIV_FILE
+ Where to store the offline private key of the exchange.
+ Mandatory.
+
+SECM_TOFU_FILE
+ Where to store the public keys of both crypto helper modules.
+ Used to persist the keys after the first invocation of the tool,
+ so that if they ever change in the future, this is detected and
+ the tool can abort.
+ Mandatory.
+
+SECM_DENOM_PUBKEY
+ Public key of the (RSA) crypto helper module. Optional. If not given,
+ we will rely on TOFU. Note that once TOFU has been established,
+ this option will also be ignored.
+
+SECM_ESIGN_PUBKEY
+ Public key of the (EdDSA) crypto helper module. Optional. If not given,
+ we will rely on TOFU. Note that once TOFU has been established,
+ this option will also be ignored.
+
+
EXCHANGE RSA CRYPTO HELPER OPTIONS
------------------------------