aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-gns-proxy-setup-ca.164
2 files changed, 65 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 3808afb1f..d274a35bc 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -26,6 +26,7 @@ man_MANS = \
26 gnunet-fs.1 \ 26 gnunet-fs.1 \
27 gnunet-gns.1 \ 27 gnunet-gns.1 \
28 gnunet-gns-proxy.1 \ 28 gnunet-gns-proxy.1 \
29 gnunet-gns-proxy-setup-ca.1 \
29 gnunet-identity.1 \ 30 gnunet-identity.1 \
30 gnunet-cadet.1 \ 31 gnunet-cadet.1 \
31 gnunet-namecache.1 \ 32 gnunet-namecache.1 \
diff --git a/doc/man/gnunet-gns-proxy-setup-ca.1 b/doc/man/gnunet-gns-proxy-setup-ca.1
new file mode 100644
index 000000000..4e70f357e
--- /dev/null
+++ b/doc/man/gnunet-gns-proxy-setup-ca.1
@@ -0,0 +1,64 @@
1.Dd March 6, 2019
2.Dt GNUNET-GNS-PROXY-SETUP-CA 1
3.Os
4.Sh NAME
5.Nm gnunet-gns-proxy-setup-ca
6.Nd generate an X509 certificate for gnunet-gns-proxy and install it
7.Sh SYNOPSIS
8.Nm
9.Op Fl c Ar FILE
10.\".Op Fl f Ar FILE
11.Op Fl h
12.Op Fl v
13.Op Fl V
14.Sh DESCRIPTION
15.Nm
16is a shell script to generate X509 certificates for your gnunet-gns-proxy and to install it for both GNUnet and your web browser.
17It currently supports Firefox and Chrome based browsers through the help of external helpers: certutil (nss) is used for the import into webbrowsers, openssl is used to generated the CA.
18.Bl -tag -width Ds
19.It Fl c Ar FILE
20Use the configuration file FILE.
21\" .It Fl f
22\" Perform expansions of the variables used in the config value of gns-proxy.
23\" This will usually expand $GNUNET_DATA_HOME to represents its path.
24.It Fl h
25Print short help on options
26.It Fl v
27Print the version
28.It Fl V
29be verbose
30.El
31.Sh FILES
32.Pa gnunet.conf
33.Sh SEE ALSO
34.Xr gnunet-gns 1 ,
35.Xr gnunet-gns-proxy 1 ,
36.Xr gnunet.conf 5
37.sp
38The full documentation for gnunet is maintained as a Texinfo manual.
39If the
40.Xr info 1
41and gnunet programs are properly installed at your site, the command
42.Bd -literal -offset indent -compact
43 info gnunet
44.Ed
45should give you access to the complete handbook,
46.Bd -literal -offset indent -compact
47 info gnunet-c-tutorial
48.Ed
49will give you access to a tutorial for developers.
50.sp
51Depending on your installation, this information is also
52available in
53.Xr gnunet 7 and
54.Xr gnunet-c-tutorial 7 .
55.Sh HISTORY
56This man page first appeared in GNUnet 0.11.1.
57.Sh AUTHORS
58This page was was written by
59.An ng0 Aq Mt ng0@gnunet.org .
60.Sh BUGS
61Report bugs by using
62.Lk https://bugs.gnunet.org
63or by sending electronic mail to
64.Aq Mt bug-gnunet@gnu.org .