aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-ecc.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-ecc.1')
-rw-r--r--doc/man/gnunet-ecc.122
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/man/gnunet-ecc.1 b/doc/man/gnunet-ecc.1
index 910687f1f..22a3c5d44 100644
--- a/doc/man/gnunet-ecc.1
+++ b/doc/man/gnunet-ecc.1
@@ -9,21 +9,30 @@ gnunet\-ecc \- manipulate GNUnet ECC key files
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-ecc\fP can be used to create an ECC private key and to print the corresponding public key. You must specify a filename containing an ECC private key in GNUnet format as an argument. If the file does not exist, gnunet\-ecc will create a key. This may then take a while. If the option \-p is given, the corresponding public key will be printed to the console. 12\fBgnunet\-ecc\fP can be used to create an ECC private key and to
13print the corresponding public key. You must specify a filename
14containing an ECC private key in GNUnet format as an argument. If the
15file does not exist, gnunet\-ecc will create a key. This may then
16take a while. If the option \-p is given, the corresponding public
17key will be printed to the console.
13 18
14.SH OPTIONS 19.SH OPTIONS
15.B 20.B
16.IP "\-g COUNT, \-\-generate-keys=COUNT" 21.IP "\-g COUNT, \-\-generate-keys=COUNT"
17Create COUNT public-private key pairs and write them to FILENAME. Used for creating a file for testing. 22Create COUNT public-private key pairs and write them to FILENAME.
23Used for creating a file for testing.
18.B 24.B
19.IP "\-p, \-\-print-public-key" 25.IP "\-p, \-\-print-public-key"
20Print the corresponding public key to stdout. This is the value used for PKEY records in GNS. 26Print the corresponding public key to stdout. This is the value used
27for PKEY records in GNS.
21.B 28.B
22.IP "\-P, \-\-print-private-key" 29.IP "\-P, \-\-print-private-key"
23Print the corresponding private key to stdout. This is the value used for PKEY records in GNS. 30Print the corresponding private key to stdout. This is the value used
31for PKEY records in GNS.
24.B 32.B
25.IP "\-x, \-\-print-hex" 33.IP "\-x, \-\-print-hex"
26Print the corresponding public key to stdout in HEX format. Useful for comparing to Ed25519 keys in X.509 tools. 34Print the corresponding public key to stdout in HEX format. Useful
35for comparing to Ed25519 keys in X.509 tools.
27.B 36.B
28.IP "\-c FILENAME, \-\-config=FILENAME" 37.IP "\-c FILENAME, \-\-config=FILENAME"
29Use the configuration file FILENAME. 38Use the configuration file FILENAME.
@@ -32,7 +41,8 @@ Use the configuration file FILENAME.
32Print short help on options. 41Print short help on options.
33.B 42.B
34.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 43.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
35Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 44Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
45ERROR.
36.B 46.B
37.IP "\-v, \-\-version" 47.IP "\-v, \-\-version"
38Print GNUnet version number. 48Print GNUnet version number.