summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manpages/taler.conf.5.rst22
-rw-r--r--taler-auditor-manual.rst8
2 files changed, 30 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
------------------------------
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index b953b3f2..be55ae9a 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -700,6 +700,14 @@ Invariants checked by the taler-helper-auditor-coins
This is from CodeBlau's analysis. A proper write-up is pending.
CodeBlau reports the following checks:
+- check that all denominations used by the exchange have been signed using
+ this auditor's key. All denominations encountered in the database that
+ this auditor did not officially sign for are reported (but still included
+ in the audit as they obviously may impact the exchange's bank balance).
+ Depending on the business situation, this may be normal (say if an exchange
+ is changing auditors and newer denominations are no longer supported until
+ their end-of-life by the current auditor).
+
- emergency on denomination over loss
- value of coins deposited exceed value of coins issued