merge conflict resolution
[oweals/gnunet.git] / doc / man / gnunet-ecc.1
1 .TH GNUNET\-ECC 1 "June 5, 2017" "GNUnet"
2
3 .SH NAME
4 gnunet\-ecc \- manipulate GNUnet ECC key files
5
6 .SH SYNOPSIS
7 .B gnunet\-ecc
8 .RI [ options ] FILENAME
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-ecc\fP can be used to create an ECC private key and to
13 print the corresponding public key.  You must specify a filename
14 containing an ECC private key in GNUnet format as an argument.  If the
15 file does not exist, gnunet\-ecc will create a key.  This may then
16 take a while.  If the option \-p is given, the corresponding public
17 key will be printed to the console.
18
19 .SH OPTIONS
20 .IP "\-g COUNT, \-\-generate-keys=COUNT"
21 Create COUNT public-private key pairs and write them to FILENAME.
22 Used for creating a file for testing.
23 .IP "\-p, \-\-print-public-key"
24 Print the corresponding public key to stdout.  This is the value used
25 for PKEY records in GNS.
26 .IP "\-P, \-\-print-private-key"
27 Print the corresponding private key to stdout.  This is the value used
28 for PKEY records in GNS.
29 .IP "\-x, \-\-print-hex"
30 Print the corresponding public key to stdout in HEX format.  Useful
31 for comparing to Ed25519 keys in X.509 tools.
32 .IP "\-c FILENAME,  \-\-config=FILENAME"
33 Use the configuration file FILENAME.
34 .IP "\-h, \-\-help"
35 Print short help on options.
36 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
37 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and
38 ERROR.
39 .IP "\-v, \-\-version"
40 Print GNUnet version number.
41
42
43 .SH BUGS
44 Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
45 electronic mail to <gnunet\-developers@gnu.org>
46 .SH SEE ALSO
47 The full documentation for
48 .B gnunet
49 is maintained as a Texinfo manual.  If the
50 .B info
51 and
52 .B gnunet
53 programs are properly installed at your site, the command
54 .IP
55 .B info gnunet
56 .PP
57 should give you access to the complete handbook,
58 .IP
59 .B info gnunet-c-tutorial
60 .PP
61 will give you access to a tutorial for developers.
62 .PP
63 Depending on your installation, this information is also
64 available in
65 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).