summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-15 13:27:46 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-15 13:27:46 +0100
commit0b7721247a3bfd20a74d5101617418b5d3d8d9ad (patch)
treeac39ff34110bd8f040e58d179834c5df16a1f7a3 /taler-exchange-manual.rst
parent014c1cd4e5160e2383927e74970a4e0d794584a1 (diff)
parent8d9accaeb7a87cde8fc81f30f7f68e87c4986676 (diff)
downloaddocs-0b7721247a3bfd20a74d5101617418b5d3d8d9ad.tar.gz
docs-0b7721247a3bfd20a74d5101617418b5d3d8d9ad.tar.bz2
docs-0b7721247a3bfd20a74d5101617418b5d3d8d9ad.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index c1354d39..419dd52b 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -356,6 +356,15 @@ The exchange works with four types of keys:
- master key (kept offline)
+ To create a master public key:
+
+ .. code-block:: console
+
+ $ gnunet-ecc --generate-keys=1 FILENAME
+ $ gnunet-ecc --print-public-key FILENAME
+
+ FIXME: Add link to ``gnunet-ecc`` manpage.
+
- sign keys (signs normal messages from the exchange)
- denomination keys (signs electronic coins, see section Coins)
@@ -443,6 +452,8 @@ operation, permissions to ``CREATE`` or ``ALTER`` tables are not required by
any of the Taler exchange processes and thus should not be granted.
For more information, see :doc:`manpages/taler-exchange-dbinit.1`.
+Commands, like ``taler-exchange-dbinit``, that support the ``-l LOGFILE``
+command-line option, send logging output to standard error by default.
.. _Coins-denomination-keys: