summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-26 21:47:49 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-26 21:47:49 +0100
commit44d11c82223bfaa2792f48031584e97dc4863b21 (patch)
tree6c69ae0628e4279baf611e83a6008bf64a821a1b
parentfb606461e18971205fc6e2a3d9bec0dd3a189084 (diff)
downloaddocs-44d11c82223bfaa2792f48031584e97dc4863b21.tar.gz
docs-44d11c82223bfaa2792f48031584e97dc4863b21.tar.bz2
docs-44d11c82223bfaa2792f48031584e97dc4863b21.zip
document #6724 in operator manuals
-rw-r--r--taler-auditor-manual.rst4
-rw-r--r--taler-exchange-manual.rst7
2 files changed, 4 insertions, 7 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 8988fab1..3fe835c9 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 a2cab433..5f0a6ab4 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)