From 4e1a06dc238c31a3b2343fcf4983c78fdc52f758 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 28 Sep 2012 10:56:44 -0700 Subject: smb.conf(5): Add basic documentation for 'tls cafile'. --- docs-xml/smbdotconf/security/tlscafile.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs-xml/smbdotconf/security/tlscafile.xml (limited to 'docs-xml/smbdotconf') diff --git a/docs-xml/smbdotconf/security/tlscafile.xml b/docs-xml/smbdotconf/security/tlscafile.xml new file mode 100644 index 0000000000..6675ff37b7 --- /dev/null +++ b/docs-xml/smbdotconf/security/tlscafile.xml @@ -0,0 +1,20 @@ + + + This option can be set to a file (PEM format) + containing CA certificates of root CAs to trust to sign + certificates or intermediate CA certificates. + + At the moment, TLS is only used by the web server. + + + tls certfile + tls crlfile + tls dh params file + tls enabled + tls keyfile + + -- cgit