aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-17 18:31:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-17 18:31:56 +0000
commitb2cc48dd6da7a5faf6bf2f17abd305fe4a4b157a (patch)
tree9cbabfff061608bf9d6d9f8c132ef169a9049bd4 /doc
parente139f199dde40b3d65886e74cb41747f6ba6bc48 (diff)
downloadgnunet-b2cc48dd6da7a5faf6bf2f17abd305fe4a4b157a.tar.gz
gnunet-b2cc48dd6da7a5faf6bf2f17abd305fe4a4b157a.zip
-ecc man page
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-ecc.143
2 files changed, 44 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 34ea50d21..3bcea3213 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -6,6 +6,7 @@ man_MANS = \
6 gnunet-directory.1 \ 6 gnunet-directory.1 \
7 gnunet-download.1 \ 7 gnunet-download.1 \
8 gnunet-download-manager.1 \ 8 gnunet-download-manager.1 \
9 gnunet-ecc.1 \
9 gnunet-fs.1 \ 10 gnunet-fs.1 \
10 gnunet-gns.1 \ 11 gnunet-gns.1 \
11 gnunet-namestore.1 \ 12 gnunet-namestore.1 \
diff --git a/doc/man/gnunet-ecc.1 b/doc/man/gnunet-ecc.1
new file mode 100644
index 000000000..943f85e0d
--- /dev/null
+++ b/doc/man/gnunet-ecc.1
@@ -0,0 +1,43 @@
1.TH GNUNET\-ECC 1 "Mar 15, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-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 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.
13
14.SH OPTIONS
15.B
16.IP "\-g COUNT, \-\-generate-keys=COUNT"
17Create COUNT public-private key pairs and write them to FILENAME. Used for creating a file for testing.
18.B
19.IP "\-p, \-\-print-public-key"
20Print the corresponding public key to stdout.
21.B
22.IP "\-P, \-\-print-peer-identity"
23Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers.
24.B
25.IP "\-s, \-\-print-short-identity"
26Print the corresponding short hash (256-bit hash of the public key) to stdout. This hash is used for names in the zkey zone.
27.B
28.IP "\-c FILENAME, \-\-config=FILENAME"
29Use the configuration file FILENAME.
30.B
31.IP "\-h, \-\-help"
32Print short help on options.
33.B
34.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
35Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
36.B
37.IP "\-v, \-\-version"
38Print GNUnet version number.
39
40
41.SH BUGS
42Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
43