aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-25 17:33:26 +0000
committerng0 <ng0@n0.is>2019-11-25 17:33:26 +0000
commit5adc5d2b84dbe6ce22feb384b4d6087ec5074903 (patch)
tree5ecea40186a5b5ed5708a9e274def10d7ac586a0 /doc/man
parent1a3904ec8d6463451b3a6e22433dd2582637c56b (diff)
downloadgnunet-5adc5d2b84dbe6ce22feb384b4d6087ec5074903.tar.gz
gnunet-5adc5d2b84dbe6ce22feb384b4d6087ec5074903.zip
gnunet-gns-proxy-setup-ca: fix implementation and describe new changes.
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-gns-proxy-setup-ca.124
1 files changed, 16 insertions, 8 deletions
diff --git a/doc/man/gnunet-gns-proxy-setup-ca.1 b/doc/man/gnunet-gns-proxy-setup-ca.1
index 6c7658bee..44b89abd0 100644
--- a/doc/man/gnunet-gns-proxy-setup-ca.1
+++ b/doc/man/gnunet-gns-proxy-setup-ca.1
@@ -29,15 +29,17 @@
29.Nd generate an X509 certificate for gnunet-gns-proxy and install it 29.Nd generate an X509 certificate for gnunet-gns-proxy and install it
30.Sh SYNOPSIS 30.Sh SYNOPSIS
31.Nm 31.Nm
32.Op Fl hvtoV
32.Op Fl c Ar FILE 33.Op Fl c Ar FILE
33.\".Op Fl f Ar FILE 34.\".Op Fl f Ar FILE
34.Op Fl h
35.Op Fl v
36.Op Fl V
37.Sh DESCRIPTION 35.Sh DESCRIPTION
38.Nm 36.Nm
39is a shell script to generate X509 certificates for your gnunet-gns-proxy and to install it for both GNUnet and your web browser. 37is a
40It 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. 38.Xr sh 1
39script to generate X509 certificates for your
40.Xr gnunet-gns-proxy 1
41and to install it for both GNUnet and your web browser.
42It currently supports Firefox and Chrome based browsers through the help of external helpers: certutil (nss) is used for the import into webbrowsers, OpenSSL or GnuTLS are used to generated the CA.
41.Bl -tag -width indent 43.Bl -tag -width indent
42.It Fl c Ar FILE 44.It Fl c Ar FILE
43Use the configuration file FILE. 45Use the configuration file FILE.
@@ -45,12 +47,18 @@ Use the configuration file FILE.
45.\" Perform expansions of the variables used in the config value of gns-proxy. 47.\" Perform expansions of the variables used in the config value of gns-proxy.
46.\" This will usually expand $GNUNET_DATA_HOME to represents its path. 48.\" This will usually expand $GNUNET_DATA_HOME to represents its path.
47.It Fl h 49.It Fl h
48Print short help on options 50Print short help on options.
49.It Fl v 51.It Fl v
50Print the version 52Print the version.
51.It Fl V 53.It Fl V
52be verbose 54Be verbose.
55.It Fl t
56Run a small test on binaries (only interesting for developers of this tool).
57.It Fl o
58Show output of results.
53.El 59.El
60.Sh RETURN VALUES
61.Ex -std
54.Sh FILES 62.Sh FILES
55.Pa gnunet.conf 63.Pa gnunet.conf
56.Sh SEE ALSO 64.Sh SEE ALSO