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

index 6675ff37b7420eb8c3fcd971a6316f7355ba63f4..ea2a5955142762bb71af0858916f97041f820c9e 100644 (file)
@@ -7,8 +7,6 @@
         <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>
diff --git a/docs-xml/smbdotconf/security/tlskeyfile.xml b/docs-xml/smbdotconf/security/tlskeyfile.xml
new file mode 100644 (file)
index 0000000..a37a938
--- /dev/null
@@ -0,0 +1,18 @@
+<samba:parameter name="tls keyfile"
+                 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 the RSA private key. This file must be accessible without
+                a pass-phrase, i.e. it must not be encrypted.</para>
+ </description>
+
+ <related>tls certfile</related>
+ <related>tls crlfile</related>
+ <related>tls dh params file</related>
+ <related>tls enabled</related>
+ <related>tls cafile</related>
+ <value type="default"></value>
+</samba:parameter>