summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-02 21:55:38 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-02 21:55:42 +0200
commitaa4ad6c5beb7fce7df619482807ca6849e66da63 (patch)
tree7ecf168ee074885311583ff6ed9c7e86766bfd7f /manpages
parent5cb0b3b593105ee4d806a8c756c78148bfd76466 (diff)
downloaddocs-aa4ad6c5beb7fce7df619482807ca6849e66da63.tar.gz
docs-aa4ad6c5beb7fce7df619482807ca6849e66da63.tar.bz2
docs-aa4ad6c5beb7fce7df619482807ca6849e66da63.zip
remove auditor support from merchant
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler.conf.5.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 6f3df0ba..534c51bd 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -558,26 +558,6 @@ CURRENCY
The entire section is ignored if the currency does not match the currency
we use, which must be given in the ``[taler]`` section.
-KNOWN AUDITORS (for merchants)
-------------------------------
-
-The merchant configuration can include a list of known exchanges if the
-merchant wants to specify that certain auditors are explicitly trusted.
-For each trusted exchange, a section “[merchant-auditor-$NAME]” must exist, where
-``$NAME`` is a merchant-given name for the auditor. The following options
-must be given in each “[merchant-auditor-$NAME]” section.
-
-AUDITOR_BASE_URL
- Base URL of the auditor, e.g. “https://auditor.demo.taler.net/”
-
-AUDITOR_KEY
- Crockford Base32 encoded auditor public key.
-
-CURRENCY
- Name of the currency for which this auditor is trusted, e.g. “KUDOS”
- The entire section is ignored if the currency does not match the currency
- we use, which must be given in the ``[taler]`` section.
-
AUDITOR OPTIONS
---------------