summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst10
1 files changed, 6 insertions, 4 deletions
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