From e298128e273a984beb3094e9d380a54a0f65b4ce Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 8 Mar 2019 22:47:17 +0000 Subject: gnunet-gns-proxy-setup-ca: Here is a new version of gnunet-gns-proxy-setup-ca. Most of it still needs debugging, but it works. This ought to be extended in the future. Man page created. --- doc/man/Makefile.am | 1 + doc/man/gnunet-gns-proxy-setup-ca.1 | 64 +++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 doc/man/gnunet-gns-proxy-setup-ca.1 (limited to 'doc/man') 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 = \ gnunet-fs.1 \ gnunet-gns.1 \ gnunet-gns-proxy.1 \ + gnunet-gns-proxy-setup-ca.1 \ gnunet-identity.1 \ gnunet-cadet.1 \ 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 @@ +.Dd March 6, 2019 +.Dt GNUNET-GNS-PROXY-SETUP-CA 1 +.Os +.Sh NAME +.Nm gnunet-gns-proxy-setup-ca +.Nd generate an X509 certificate for gnunet-gns-proxy and install it +.Sh SYNOPSIS +.Nm +.Op Fl c Ar FILE +.\".Op Fl f Ar FILE +.Op Fl h +.Op Fl v +.Op Fl V +.Sh DESCRIPTION +.Nm +is a shell script to generate X509 certificates for your gnunet-gns-proxy and to install it for both GNUnet and your web browser. +It 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. +.Bl -tag -width Ds +.It Fl c Ar FILE +Use the configuration file FILE. +\" .It Fl f +\" Perform expansions of the variables used in the config value of gns-proxy. +\" This will usually expand $GNUNET_DATA_HOME to represents its path. +.It Fl h +Print short help on options +.It Fl v +Print the version +.It Fl V +be verbose +.El +.Sh FILES +.Pa gnunet.conf +.Sh SEE ALSO +.Xr gnunet-gns 1 , +.Xr gnunet-gns-proxy 1 , +.Xr gnunet.conf 5 +.sp +The full documentation for gnunet is maintained as a Texinfo manual. +If the +.Xr info 1 +and gnunet programs are properly installed at your site, the command +.Bd -literal -offset indent -compact + info gnunet +.Ed +should give you access to the complete handbook, +.Bd -literal -offset indent -compact + info gnunet-c-tutorial +.Ed +will give you access to a tutorial for developers. +.sp +Depending on your installation, this information is also +available in +.Xr gnunet 7 and +.Xr gnunet-c-tutorial 7 . +.Sh HISTORY +This man page first appeared in GNUnet 0.11.1. +.Sh AUTHORS +This page was was written by +.An ng0 Aq Mt ng0@gnunet.org . +.Sh BUGS +Report bugs by using +.Lk https://bugs.gnunet.org +or by sending electronic mail to +.Aq Mt bug-gnunet@gnu.org . -- cgit v1.2.3