summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
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: