summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-24 12:08:43 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-24 12:08:43 +0200
commit7392002df369ada8fc0239c0ce37253893b8007d (patch)
tree609edfbf1d0ea3402117a4a25216f0da74b9d1aa /taler-auditor-manual.rst
parentd7b6613f798073708f32ca1ccb3b967c9cf4225d (diff)
downloaddocs-7392002df369ada8fc0239c0ce37253893b8007d.tar.gz
docs-7392002df369ada8fc0239c0ce37253893b8007d.tar.bz2
docs-7392002df369ada8fc0239c0ce37253893b8007d.zip
fix docs
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