aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-11-28 19:59:46 +0000
committerng0 <ng0@n0.is>2017-11-28 19:59:46 +0000
commit862e488e08ca71db56dedd59059c5bb1a8c130a5 (patch)
treea7fb48afb7115113cc0572bf432ef3247b237398 /doc
parentd387ba039e99d07a50b3d7ffffc7e8a2e1abd938 (diff)
parenta2ce0b6a76788e5a5fe32086c6619ffc143e09eb (diff)
downloadgnunet-862e488e08ca71db56dedd59059c5bb1a8c130a5.tar.gz
gnunet-862e488e08ca71db56dedd59059c5bb1a8c130a5.zip
Merge branch 'master' of gnunet.org:gnunet into doc/documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-ecc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/gnunet-ecc.1 b/doc/man/gnunet-ecc.1
index a91a2ac2f..910687f1f 100644
--- a/doc/man/gnunet-ecc.1
+++ b/doc/man/gnunet-ecc.1
@@ -19,11 +19,11 @@ Create COUNT public-private key pairs and write them to FILENAME. Used for crea
19.IP "\-p, \-\-print-public-key" 19.IP "\-p, \-\-print-public-key"
20Print the corresponding public key to stdout. This is the value used for PKEY records in GNS. 20Print the corresponding public key to stdout. This is the value used for PKEY records in GNS.
21.B 21.B
22.IP "\-p, \-\-print-hex" 22.IP "\-P, \-\-print-private-key"
23Print the corresponding public key to stdout in HEX format. Useful for comparing to Ed25519 keys in X.509 tools. 23Print the corresponding private key to stdout. This is the value used for PKEY records in GNS.
24.B 24.B
25.IP "\-P, \-\-print-peer-identity" 25.IP "\-x, \-\-print-hex"
26Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers. 26Print the corresponding public key to stdout in HEX format. Useful for comparing to Ed25519 keys in X.509 tools.
27.B 27.B
28.IP "\-c FILENAME, \-\-config=FILENAME" 28.IP "\-c FILENAME, \-\-config=FILENAME"
29Use the configuration file FILENAME. 29Use the configuration file FILENAME.