smb.conf(5): Add basic documentation for 'tls cafile'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Sep 2012 17:56:44 +0000 (10:56 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:30 +0000 (22:34 +0200)
docs-xml/smbdotconf/security/tlscafile.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/security/tlscafile.xml b/docs-xml/smbdotconf/security/tlscafile.xml
new file mode 100644 (file)
index 0000000..6675ff3
--- /dev/null
@@ -0,0 +1,20 @@
+<samba:parameter name="tls cafile"
+                 type="string"
+                 context="G"
+                 basic="1" advanced="1" developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+ <description>
+        <para>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.</para>
+
+        <para>At the moment, TLS is only used by the web server.</para>
+ </description>
+
+ <related>tls certfile</related>
+ <related>tls crlfile</related>
+ <related>tls dh params file</related>
+ <related>tls enabled</related>
+ <related>tls keyfile</related>
+ <value type="default"></value>
+</samba:parameter>