]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blob - man/tlsproxy-add.txt
fe697bb9f5bb000e4c5a9032ed2c5c6ede74f36e
[tlsproxy/tlsproxy.git] / man / tlsproxy-add.txt
1 tlsproxy-add(1)
2 ===============
3
4 NAME
5 ----
6
7 tlsproxy-add - add server certificate
8
9
10 SYNOPSIS
11 --------
12
13 *tlsproxy-add* 'hostname' ['server-certificate']
14
15
16 DESCRIPTION
17 -----------
18
19 Add the server certificate for 'hostname'. If 'server-certificate' is not
20 specified, the certificate is read from stdin.
21
22 Importing creates the following files in the current directory ('hostname' is
23 the specified hostname).
24
25 - certificate-'hostname'-proxy.pem
26 - certificate-'hostname'-server.pem
27
28 Be careful: The hostname must match exactly, i.e. `www.example.org` and
29 `example.org` are treated differently by *tlsproxy*. This might be an issue,
30 especiall when '-u' is used!
31
32 Requires GnuTLS' *certtool*.
33
34
35 AUTHORS
36 -------
37
38 Written by Simon Ruderich <simon@ruderich.org>.
39
40
41 COPYRIGHT
42 ---------
43
44 Copyright \(C) 2011-2013  Simon Ruderich. Free software licensed under GPL
45 version 3 or later.
46
47
48 SEE ALSO
49 --------
50
51 manlink:tlsproxy[1]
52
53 // vim: ft=asciidoc