[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: add small paragraph + code-block re
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: add small paragraph + code-block re creating a "master public key" |
Date: |
Fri, 15 Jan 2021 07:33:26 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 8d9acca add small paragraph + code-block re creating a "master public
key"
8d9acca is described below
commit 8d9accaeb7a87cde8fc81f30f7f68e87c4986676
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Jan 15 01:31:15 2021 -0500
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(+)
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index d024ce5..419dd52 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)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: add small paragraph + code-block re creating a "master public key",
gnunet <=