summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-24 14:48:21 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-24 14:48:21 +0100
commitfe732cd38e1f2c0bc2ee8c2377cbfd95aff5167b (patch)
treeb3d3407dc2985cb3d6ae2f46db7f602df9a870f6 /manpages
parentc6d233e6ed52ff054f02ccb57762bb577d5e76f8 (diff)
downloaddocs-fe732cd38e1f2c0bc2ee8c2377cbfd95aff5167b.tar.gz
docs-fe732cd38e1f2c0bc2ee8c2377cbfd95aff5167b.tar.bz2
docs-fe732cd38e1f2c0bc2ee8c2377cbfd95aff5167b.zip
document offline options
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 66e9699d..f6a192d3 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -157,6 +157,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
------------------------------