aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-04 14:37:52 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-04 14:37:52 +0000
commitf8a243de65a26b382ed76be77598e285876d85fd (patch)
treed1d412ed1bf3a5a36d752eadcac4aa9722696dbc /doc/man
parentbd163b0901f6b797e23e1cadf4b9348e291c00b0 (diff)
downloadgnunet-f8a243de65a26b382ed76be77598e285876d85fd.tar.gz
gnunet-f8a243de65a26b382ed76be77598e285876d85fd.zip
adding gnunet-rsa, a new tool to create RSA keys and to print the public key
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-rsa.134
2 files changed, 35 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 6d98ffa5b..5b6f08ab5 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -8,6 +8,7 @@ man_MANS = \
8 gnunet-peerinfo.1 \ 8 gnunet-peerinfo.1 \
9 gnunet-pseudonym.1 \ 9 gnunet-pseudonym.1 \
10 gnunet-publish.1 \ 10 gnunet-publish.1 \
11 gnunet-rsa.1 \
11 gnunet-search.1 \ 12 gnunet-search.1 \
12 gnunet-statistics.1 \ 13 gnunet-statistics.1 \
13 gnunet-transport.1 \ 14 gnunet-transport.1 \
diff --git a/doc/man/gnunet-rsa.1 b/doc/man/gnunet-rsa.1
new file mode 100644
index 000000000..3d9aae8af
--- /dev/null
+++ b/doc/man/gnunet-rsa.1
@@ -0,0 +1,34 @@
1.TH GNUNET\-RSA 1 "Jan 4, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-rsa \- manipulate GNUnet RSA key files
5
6.SH SYNOPSIS
7.B gnunet\-rsa
8.RI [ options ] FILENAME
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-rsa\fP can be used to create an RSA private key and to print the corresponding public key. You must specify a filename containing an RSA private key in GNUnet format as an argument. If the file does not exist, gnunet\-rsa 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 "\-p, \-\-print"
17Print the corresponding public key (to stdout).
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME.
21.B
22.IP "\-h, \-\-help"
23Print short help on options.
24.B
25.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
26Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
27.B
28.IP "\-v, \-\-version"
29Print GNUnet version number.
30
31
32.SH BUGS
33Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
34