From 3afb012f03e5a514a3be565bd702223f4d572ee8 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 14 Jan 2021 20:29:21 -0500 Subject: mention default behavior in absence of ‘-l LOGFILE’ (three instances) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-exchange-manual.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'taler-exchange-manual.rst') diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst index c1354d39..d024ce57 100644 --- a/taler-exchange-manual.rst +++ b/taler-exchange-manual.rst @@ -443,6 +443,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: -- cgit v1.2.3 From 8d9accaeb7a87cde8fc81f30f7f68e87c4986676 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 15 Jan 2021 01:31:15 -0500 Subject: add small paragraph + code-block re creating a "master public key" This change is the result of an email discussion 2021-01-06. --- taler-exchange-manual.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'taler-exchange-manual.rst') diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst index d024ce57..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) -- cgit v1.2.3