From 7392002df369ada8fc0239c0ce37253893b8007d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 24 Jun 2021 12:08:43 +0200 Subject: fix docs --- taler-auditor-manual.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'taler-auditor-manual.rst') diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index 908b42b5..f968fd34 100644 --- 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 -- cgit v1.2.3