summaryrefslogtreecommitdiff
path: root/doc/man/gnunet-identity.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-16 08:40:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-16 08:40:53 +0000
commit54a298da897504c59b7eb334357a6626b2e81406 (patch)
tree8bd782652623ba247ca92d3a9742f773cbb41b71 /doc/man/gnunet-identity.1
parent987795c6c7d4a0f04f989688341d93d684039a62 (diff)
initial version of gnunet-identity command-line tool
Diffstat (limited to 'doc/man/gnunet-identity.1')
-rw-r--r--doc/man/gnunet-identity.144
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/man/gnunet-identity.1 b/doc/man/gnunet-identity.1
new file mode 100644
index 000000000..6c48c8e2a
--- /dev/null
+++ b/doc/man/gnunet-identity.1
@@ -0,0 +1,44 @@
+.TH GNUNET-IDENTITY "1" "16 Jul 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\-h\fR, \fB\-\-help\fR
+Print help page.
+
+.TP
+\fB\-L\fR, \fB\-\-list\fR
+list all ouf our egos
+
+.TP
+\fB\-m\fR, \fB\-\-monitor\fR
+run in monitor mode, listing all ouf our egos until CTRL-C is pressed
+
+
+.SH FILES
+.TP
+~/.gnunet/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\-pseudonym\fP(1), \fBgnunet\-gns\fP(1)