aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-identity.1
blob: d20c3a0fa515b84d22af2085b1b6e6e1bc311a2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.TH GNUNET-IDENTITY "1" "5 Sep 2013" "GNUnet"
.SH NAME
gnunet\-identity \- create, delete or list egos
.SH SYNOPSIS
.B gnunet\-identity
[options]
.SH DESCRIPTION
.PP
gnunet\-identity is a tool for managing egos.  An ego is the persona
that controls a namespace.  It is identical to a public\-private ECC
key pair.

gnunet\-identity can be used to list all of the egos that were created
locally, to create new egos, and to delete existing egos (the
namespace will continue to exist, but it will be impossible to add
additional data to it).

Creating a new ego requires using the \-C option together with an
identifier (name) that is to be used for the new ego.  This identifier
is only used locally for this peer and not shared with other peers.

.TP
\fB\-C NAME\fR, \fB\-\-create=NAME\fR Creates a new ego with the given
NAME.

.TP
\fB\-D NAME\fR, \fB\-\-delete=NAME\fR Delete the ego with the given
NAME.

.TP
\fB\-e NAME\fR, \fB\-\-ego=NAME\fR Perform "set" operation with the
respective ego.  Needs to be used together with option \-s.

.TP
\fB\-h\fR, \fB\-\-help\fR Print help page.

.TP
\fB\-d\fR, \fB\-\-display\fR display all of our egos

.TP
\fB\-m\fR, \fB\-\-monitor\fR run in monitor mode, listing all ouf our
egos until CTRL-C is pressed. Each ego is listed together with a
unique pointer value; if egos are renamed, that pointer value remains
the same; if egos are deleted, they are listed one more time with a
name of "<null>".

.TP
\fB\-s SUBSYSTEM\fR, \fB\-\-set=SUBSYSTEM\fR Perform "set" operation
for the specified SUBSYSTEM with the respective ego.  Needs to be used
together with option \-e.  After this, the given SUBSYSTEM will use
the ego with the specified NAME.  This will fail if NAME does not yet
exist.


.SH FILES
.TP
~/.local/share/gnunet/identity/egos
Directory where the egos are stored (by default)

.SH "REPORTING BUGS"
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
.SH "SEE ALSO"
\fBgnunet\-gns\fP(1),  \fBgnunet\-namestore\fP(1)
The full documentation for
.B gnunet
is maintained as a Texinfo manual.  If the
.B info
and
.B gnunet
programs are properly installed at your site, the command
.IP
.B info gnunet
.PP
should give you access to the complete handbook,
.IP
.B info gnunet-c-tutorial
.PP
will give you access to a tutorial for developers.
.PP
Depending on your installation, this information is also
available in
\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).