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 Be careful: The hostname must match exactly, i.e. `www.example.org` and `example.org` are treated differently by *tlsproxy*. This might be an issue, especiall when '-u' is used! Requires GnuTLS' *certtool*. AUTHORS ------- Written by Simon Ruderich . COPYRIGHT --------- Copyright \(C) 2011-2014 Simon Ruderich. Free software licensed under GPL version 3 or later. SEE ALSO -------- manlink:tlsproxy[1] // vim: ft=asciidoc