]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - man/tlsproxy-add.txt
Add basic man pages.
[tlsproxy/tlsproxy.git] / man / tlsproxy-add.txt
diff --git a/man/tlsproxy-add.txt b/man/tlsproxy-add.txt
new file mode 100644 (file)
index 0000000..a89cda4
--- /dev/null
@@ -0,0 +1,49 @@
+tlsproxy-add(1)
+===============
+
+NAME
+----
+
+tlsproxy-add - add server certificate
+
+
+SYNOPSIS
+--------
+
+*tlsproxy-add* 'hostname' ['server-certificate']
+
+
+DESCRIPTION
+-----------
+
+Add the server certificate for 'hostname'. If 'server-certificate' is not
+specified, the certificate is read from stdin.
+
+Importing creates the following files in the current directory ('hostname' is
+the specified hostname).
+
+- certificate-'hostname'-proxy.pem
+- certificate-'hostname'-server.pem
+
+Requires GnuTLS' *certtool*.
+
+
+AUTHORS
+-------
+
+Written by Simon Ruderich <simon@ruderich.org>.
+
+
+COPYRIGHT
+---------
+
+Copyright \(C) 2011-2013  Simon Ruderich. Free software licensed under GPL
+version 3 or later.
+
+
+SEE ALSO
+--------
+
+manlink:tlsproxy[1]
+
+// vim: ft=asciidoc