aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-revocation.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-revocation.1')
-rw-r--r--doc/man/gnunet-revocation.138
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/man/gnunet-revocation.1 b/doc/man/gnunet-revocation.1
index 16f954a2e..812c2633e 100644
--- a/doc/man/gnunet-revocation.1
+++ b/doc/man/gnunet-revocation.1
@@ -30,14 +30,14 @@
30revoke private keys (of egos) in GNUnet 30revoke private keys (of egos) in GNUnet
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Op Fl t Ar KEY | Fl \-test= Ns Ar KEY 33.Op Fl t Ar KEY | Fl -test= Ns Ar KEY
34.Op Fl R Ar NAME | Fl \-revoke= Ns Ar NAME 34.Op Fl R Ar NAME | Fl -revoke= Ns Ar NAME
35.Op Fl p | \-perform 35.Op Fl p | -perform
36.Op Fl f Ar NAME | Fl \-filename= Ns Ar NAME 36.Op Fl f Ar NAME | Fl -filename= Ns Ar NAME
37.Op Fl c Ar FILENAME, Fl \-config= Ns Ar FILENAME 37.Op Fl c Ar FILENAME, Fl -config= Ns Ar FILENAME
38.Op Fl h | \-help 38.Op Fl h | -help
39.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 39.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
40.Op Fl v | \-version 40.Op Fl v | -version
41.Sh DESCRIPTION 41.Sh DESCRIPTION
42.Nm 42.Nm
43can 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. 43can 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.
@@ -49,26 +49,26 @@ gnunet-revocation also makes is possible to resume the pre-calculation of a revo
49Note that performing a revocation proof-of-work is deliberately VERY expensive. 49Note that performing a revocation proof-of-work is deliberately VERY expensive.
50Depending on your CPU, the calculation can take days or weeks. 50Depending on your CPU, the calculation can take days or weeks.
51.Bl -tag -width indent 51.Bl -tag -width indent
52.It Fl t Ar KEY | Fl \-test= Ns Ar KEY 52.It Fl t Ar KEY | Fl -test= Ns Ar KEY
53Check if the given KEY (ASCII\-encoded public key required) has been revoked. 53Check if the given KEY (ASCII-encoded public key required) has been revoked.
54.It Fl R Ar NAME | Fl \-revoke= Ns Ar NAME 54.It Fl R Ar NAME | Fl -revoke= Ns Ar NAME
55Calculate or perform revocation for the ego with the given NAME. 55Calculate or perform revocation for the ego with the given NAME.
56.It Fl p | \-perform 56.It Fl p | -perform
57Actually perform the revocation as soon as possible (do not just generate a revocation certificate, use it). 57Actually perform the revocation as soon as possible (do not just generate a revocation certificate, use it).
58Must be supplied to actually perform the revocation. 58Must be supplied to actually perform the revocation.
59.It Fl f Ar NAME | Fl \-filename= Ns Ar NAME 59.It Fl f Ar NAME | Fl -filename= Ns Ar NAME
60Use NAME as the name of the file that is to contain the revocation certificate. 60Use NAME as the name of the file that is to contain the revocation certificate.
61Intermediate computation results will be stored here, as well as the final revocation certificate. 61Intermediate computation results will be stored here, as well as the final revocation certificate.
62When 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. 62When 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.
63If 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. 63If 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.
64.It Fl c Ar FILENAME, Fl \-config= Ns Ar FILENAME 64.It Fl c Ar FILENAME, Fl -config= Ns Ar FILENAME
65Use the configuration file FILENAME. 65Use the configuration file FILENAME.
66.It Fl h | \-help 66.It Fl h | -help
67Print short help on options. 67Print short help on options.
68.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 68.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
69Use LOGLEVEL for logging. 69Use LOGLEVEL for logging.
70Valid values are DEBUG, INFO, WARNING and ERROR. 70Valid values are DEBUG, INFO, WARNING and ERROR.
71.It Fl v | \-version 71.It Fl v | -version
72Print GNUnet version number. 72Print GNUnet version number.
73.El 73.El
74.Sh SEE ALSO 74.Sh SEE ALSO