aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am2
-rw-r--r--doc/man/gnunet-revocation.143
-rw-r--r--doc/man/gnunet-rsa.143
3 files changed, 44 insertions, 44 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index ba383e6d2..412ab2a42 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -21,7 +21,7 @@ man_MANS = \
21 gnunet-nat-server.1 \ 21 gnunet-nat-server.1 \
22 gnunet-peerinfo.1 \ 22 gnunet-peerinfo.1 \
23 gnunet-publish.1 \ 23 gnunet-publish.1 \
24 gnunet-rsa.1 \ 24 gnunet-revocation.1 \
25 gnunet-scalarproduct.1 \ 25 gnunet-scalarproduct.1 \
26 gnunet-search.1 \ 26 gnunet-search.1 \
27 gnunet-statistics.1 \ 27 gnunet-statistics.1 \
diff --git a/doc/man/gnunet-revocation.1 b/doc/man/gnunet-revocation.1
new file mode 100644
index 000000000..9043c286e
--- /dev/null
+++ b/doc/man/gnunet-revocation.1
@@ -0,0 +1,43 @@
1.TH GNUNET\-REVOCATION 1 "Mar 15, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-revocation \- revoke private keys (of egos) in GNUnet
5
6.SH SYNOPSIS
7.B gnunet\-revocation
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-revocation\fP can be used to verify if a key has been revoked, to create a revocation certificate for later revocation, to instantly revoke a key and to use a pre-generated revocation certificate to revoke a key. Upon successful revocation, all peers will be informed about the invalidity of the key. As this is an expensive operation, GNUnet requires the issuer of the revocation to perform an expensive proof-of-work computation before he will be allowed to perform the revocation. gnunet\-revocation will perform this computation. The computation can be performed ahead of time, with the resulting revocation certificate being stored in a file for later "instant" use. gnunet\-revocation also makes is possible to resume the pre-calculation of a revocation --- simply abort a running proof-of-work calculation with CTRL-C, and the existing revocation certificate file will contain the status of the computation. Note that performing a revocation proof-of-work is deliberately VERY expensive. Depending on your CPU, the calculation can take days or weeks.
13
14.SH OPTIONS
15.B
16.IP "\-t KEY, \-\-test=KEY"
17Check if the given KEY (ASCII\-encoded public key required) has been revoked.
18.B
19.IP "\-R NAME, \-\-revoke=NAME"
20Calculate or perform revocation for the ego with the given NAME.
21.B
22.IP "\-p, \-\-perform"
23Actually perform the revocation as soon as possible (do not just generate a revocation certificate, use it). Must be supplied to actually perform the revocation.
24.B
25.IP "\-f NAME, \-\-filename=NAME"
26Use NAME as the name of the file that is to contain the revocation certificate. Intermediate computation results will be stored here, as well as the final revocation certificate. When used together with \-p, this file will be inspected to see if it contains a valid certificate for instant revocation, in which case the revocation can be performed instantly. If the given file contains anything (a valid certificate, with or without the completed proof-of-work) there is no need to supply the "\-R" option or to still have the private key of the ego to perform the revocation.
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
diff --git a/doc/man/gnunet-rsa.1 b/doc/man/gnunet-rsa.1
deleted file mode 100644
index c61bc1fd3..000000000
--- a/doc/man/gnunet-rsa.1
+++ /dev/null
@@ -1,43 +0,0 @@
1.TH GNUNET\-RSA 1 "Mar 15, 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 "\-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