adding gnunet-rsa, a new tool to create RSA keys and to print the public key
[oweals/gnunet.git] / doc / man / gnunet-rsa.1
1 .TH GNUNET\-RSA 1 "Jan 4, 2012" "GNUnet"
2
3 .SH NAME
4 gnunet\-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"
17 Print the corresponding public key (to stdout).
18 .B
19 .IP "\-c FILENAME,  \-\-config=FILENAME"
20 Use the configuration file FILENAME.
21 .B
22 .IP "\-h, \-\-help"
23 Print short help on options.
24 .B
25 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
26 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
27 .B
28 .IP "\-v, \-\-version"
29 Print GNUnet version number.
30
31
32 .SH BUGS
33 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
34