taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7392002df369ada8fc0239c0ce37253893b8007d
parent d7b6613f798073708f32ca1ccb3b967c9cf4225d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 24 Jun 2021 12:08:43 +0200

fix docs

Diffstat:
Mtaler-auditor-manual.rst | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst @@ -329,13 +329,15 @@ REST API of the auditor will be available to the public: $ taler-config -s auditor -o BASE_URL -V https://auditor.example.com/ The ``helper'' user that is used to download information from the exchange -needs to know details about the exchange. Here, you need to obtain the -``MASTER_PUBLIC_KEY`` from the exchange operator (they need to run -`taler-exchange-offline setup`) and the REST endpoint of the exchange: +needs to know details about the exchange. Similarly, the ``offline`` user +needs to check signatures signed with the exchange's offline key. Hence, you +need to obtain the ``MASTER_PUBLIC_KEY`` from the exchange operator (they need +to run `taler-exchange-offline setup`) and the REST endpoint of the exchange +and configure these: .. code-block:: console - # As the ``helper`` user: + # As the ``helper`` and ``offline`` users: $ taler-config -s exchange -o BASE_URL -V https://exchange.example.com/ $ taler-config -s exchange -o MASTER_PUBLIC_KEY -V SOMELONGBASE32VALUEHERE