summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-15 01:31:15 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-15 01:31:15 -0500
commit8d9accaeb7a87cde8fc81f30f7f68e87c4986676 (patch)
tree652a4099165b072485f1fbeebe87a4f7b51bec4b /taler-exchange-manual.rst
parent3afb012f03e5a514a3be565bd702223f4d572ee8 (diff)
downloaddocs-8d9accaeb7a87cde8fc81f30f7f68e87c4986676.tar.gz
docs-8d9accaeb7a87cde8fc81f30f7f68e87c4986676.tar.bz2
docs-8d9accaeb7a87cde8fc81f30f7f68e87c4986676.zip
add small paragraph + code-block re creating a "master public key"
This change is the result of an email discussion 2021-01-06.
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst9
1 files changed, 9 insertions, 0 deletions
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)