X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=man%2Ftlsproxy-add.txt;fp=man%2Ftlsproxy-add.txt;h=a89cda4b0b03fb1fe1c7846abded9998dfe7e1cb;hb=e8900d4c7bbd84f87202afd2e7c7a2a6017f4a18;hp=0000000000000000000000000000000000000000;hpb=a96e7b507fd757e61981ceec01d28203c45a39cd;p=tlsproxy%2Ftlsproxy.git diff --git a/man/tlsproxy-add.txt b/man/tlsproxy-add.txt new file mode 100644 index 0000000..a89cda4 --- /dev/null +++ b/man/tlsproxy-add.txt @@ -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 . + + +COPYRIGHT +--------- + +Copyright \(C) 2011-2013 Simon Ruderich. Free software licensed under GPL +version 3 or later. + + +SEE ALSO +-------- + +manlink:tlsproxy[1] + +// vim: ft=asciidoc