aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-ecc.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-ecc.1')
-rw-r--r--doc/man/gnunet-ecc.135
1 files changed, 17 insertions, 18 deletions
diff --git a/doc/man/gnunet-ecc.1 b/doc/man/gnunet-ecc.1
index d99b6c00b..cb8f8b45c 100644
--- a/doc/man/gnunet-ecc.1
+++ b/doc/man/gnunet-ecc.1
@@ -26,18 +26,17 @@
26.Os 26.Os
27.Sh NAME 27.Sh NAME
28.Nm gnunet-ecc 28.Nm gnunet-ecc
29.Nd 29.Nd manipulate GNUnet ECC key files
30manipulate GNUnet ECC key files
31.Sh SYNOPSIS 30.Sh SYNOPSIS
32.Nm 31.Nm
33.Op Fl g Ar COUNT | Fl \-generate-keys= Ns Ar COUNT 32.Op Fl g Ar COUNT | Fl -generate-keys= Ns Ar COUNT
34.Op Fl p | \-print-public-key 33.Op Fl p | -print-public-key
35.Op Fl P | \-print-private-key 34.Op Fl P | -print-private-key
36.Op Fl x | \-print-hex 35.Op Fl x | -print-hex
37.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 36.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
38.Op Fl h | \-help 37.Op Fl h | -help
39.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 38.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
40.Op Fl v | \-version 39.Op Fl v | -version
41.Ao Ar FILENAME Ac 40.Ao Ar FILENAME Ac
42.sp 41.sp
43.Sh DESCRIPTION 42.Sh DESCRIPTION
@@ -50,26 +49,26 @@ If the option
50.Fl p 49.Fl p
51is given, the corresponding public key will be printed to the console. 50is given, the corresponding public key will be printed to the console.
52.Bl -tag -width indent 51.Bl -tag -width indent
53.It Fl g Ar COUNT | Fl \-generate-keys= Ns Ar COUNT 52.It Fl g Ar COUNT | Fl -generate-keys= Ns Ar COUNT
54Create COUNT public-private key pairs and write them to FILENAME. 53Create COUNT public-private key pairs and write them to FILENAME.
55Used for creating a file for testing. 54Used for creating a file for testing.
56.It Fl p | \-print-public-key 55.It Fl p | -print-public-key
57Print the corresponding public key to stdout. 56Print the corresponding public key to stdout.
58This is the value used for PKEY records in GNS. 57This is the value used for PKEY records in GNS.
59.It Fl P | \-print-private-key 58.It Fl P | -print-private-key
60Print the corresponding private key to stdout. 59Print the corresponding private key to stdout.
61This is the value used for PKEY records in GNS. 60This is the value used for PKEY records in GNS.
62.It Fl x | \-print-hex 61.It Fl x | -print-hex
63Print the corresponding public key to stdout in HEX format. 62Print the corresponding public key to stdout in HEX format.
64Useful for comparing to Ed25519 keys in X.509 tools. 63Useful for comparing to Ed25519 keys in X.509 tools.
65.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 64.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
66Use the configuration file FILENAME. 65Use the configuration file FILENAME.
67.It Fl h | \-help 66.It Fl h | -help
68Print short help on options. 67Print short help on options.
69.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 68.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
70Use LOGLEVEL for logging. 69Use LOGLEVEL for logging.
71Valid values are DEBUG, INFO, WARNING and ERROR. 70Valid values are DEBUG, INFO, WARNING and ERROR.
72.It Fl v | \-version 71.It Fl v | -version
73Print GNUnet version number. 72Print GNUnet version number.
74.El 73.El
75.Sh SEE ALSO 74.Sh SEE ALSO