[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: document #6724 in operator manuals
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: document #6724 in operator manuals |
Date: |
Tue, 26 Jan 2021 21:47:52 +0100 |
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 44d11c8 document #6724 in operator manuals
44d11c8 is described below
commit 44d11c82223bfaa2792f48031584e97dc4863b21
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 26 21:47:49 2021 +0100
document #6724 in operator manuals
---
taler-auditor-manual.rst | 4 ++--
taler-exchange-manual.rst | 7 ++-----
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 8988fab..3fe835c 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -249,7 +249,7 @@ The following values are to be configured in the section
``[auditor]``:
- ``AUDITOR_PRIV_FILE``: Path to the auditor’s private key file.
- ``PUBLIC_KEY``: Public key of the auditor, in Base32 encoding.
- Set from value printed by ``gnunet-ecc -p $AUDITOR_PRIV_FILE``.
+ Set from value printed by ``taler-auditor-offline setup``.
.. _AuditorServing:
@@ -339,7 +339,7 @@ Deployment
.. _Wallets:
Before GNU Taler wallets will happily interact with an exchange,
-the respective auditor's public key (to be obtained via ``gnunet-ecc -p``)
+the respective auditor's public key (to be obtained via
``taler-auditor-offline setup``)
must be added under the respective currency to the wallet. This
is usually expected to be hard-coded into the Taler wallet.
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index a2cab43..5f0a6ab 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -377,14 +377,11 @@ The exchange works with four types of keys:
- master key (kept offline)
- To create a master public key:
+ To create a master key, use:
.. code-block:: console
- $ gnunet-ecc --generate-keys=1 FILENAME
- $ gnunet-ecc --print-public-key FILENAME
-
- FIXME: Add link to ``gnunet-ecc`` manpage.
+ $ taler-exchange-offline setup
- sign keys (signs normal messages from the exchange)
--
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: document #6724 in operator manuals,
gnunet <=