aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-10-30 06:17:52 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-10-30 06:17:52 +0000
commit312426a2efd842c060c13581988c7faa4d1600c8 (patch)
treeda53240b097283ca813f42a087ce816d421eac37 /doc/man
parent8c786c49c21bade1f302203bce58cb00c3ee6045 (diff)
downloadgnunet-312426a2efd842c060c13581988c7faa4d1600c8.tar.gz
gnunet-312426a2efd842c060c13581988c7faa4d1600c8.zip
-add gns proxy man page
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-gns-proxy.141
2 files changed, 42 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index ca0c1cd6e..5d96d88d7 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -12,6 +12,7 @@ man_MANS = \
12 gnunet-fs.1 \ 12 gnunet-fs.1 \
13 gnunet-gns.1 \ 13 gnunet-gns.1 \
14 gnunet-gns-fcfsd.1 \ 14 gnunet-gns-fcfsd.1 \
15 gnunet-gns-proxy.1 \
15 gnunet-namestore.1 \ 16 gnunet-namestore.1 \
16 gnunet-nat-server.1 \ 17 gnunet-nat-server.1 \
17 gnunet-peerinfo.1 \ 18 gnunet-peerinfo.1 \
diff --git a/doc/man/gnunet-gns-proxy.1 b/doc/man/gnunet-gns-proxy.1
new file mode 100644
index 000000000..9b9f603bd
--- /dev/null
+++ b/doc/man/gnunet-gns-proxy.1
@@ -0,0 +1,41 @@
1.TH GNUNET\-GNS\-PROXY 1 "Oct 25, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-gns\-proxy \- run a client side GNS SOCKS proxy
5
6.SH SYNOPSIS
7.B gnunet\-gns\-proxy
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12Most users will want to run this SOCKS proxy. It can be used in combination with browsers that support the SOCKS 4a protocol.
13
14The proxy will perform SSL authentication of GNS names and rewrite GNS enabled HTML content. To assert the validity of GNS names a local root CA certificate has to be generated that is used by the proxy. Thus "gnunet-gns-proxy-setup-ca" should be executed before the first launch of this proxy or the \-\-authority switch is used to specify an appropriate CA certificate that is already trusted by the browser.
15
16.SH OPTIONS
17.B
18.IP "\-c FILENAME, \-\-config=FILENAME"
19Use the configuration file FILENAME.
20.B
21.IP "\-a AUTHORITY, \-\-authority=AUTHORITY"
22Path to a PEM CA file that contains the certificate and private key of the CA to use to assert the validity of GNS names. The default port is specified in the configuration file for the gns service under "[gns-proxy]" PROXY_CACERT.
23.B
24.IP "\-p PORT, \-\-port=PORT"
25The port this proxy should listen on. Default is 7777.
26.B
27.IP "\-h, \-\-help"
28Print short help on options.
29.B
30.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
31Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
32.B
33.IP "\-v, \-\-version"
34Print GNUnet version number.
35
36
37.SH BUGS
38Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
39
40.SH SEE ALSO
41gnunet\-gns(1)