[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: fix docs
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: fix docs |
Date: |
Thu, 24 Jun 2021 12:08:47 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 7392002 fix docs
7392002 is described below
commit 7392002df369ada8fc0239c0ce37253893b8007d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 24 12:08:43 2021 +0200
fix docs
---
taler-auditor-manual.rst | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 908b42b..f968fd3 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: fix docs,
gnunet <=