smb.conf(5): Add basic documentation for 'tls cafile'.
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / security / tlscafile.xml
1 <samba:parameter name="tls cafile"
2                  type="string"
3                  context="G"
4                  basic="1" advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6  <description>
7          <para>This option can be set to a file (PEM format)
8                  containing CA certificates of root CAs to trust to sign
9                  certificates or intermediate CA certificates.</para>
10
11          <para>At the moment, TLS is only used by the web server.</para>
12  </description>
13
14  <related>tls certfile</related>
15  <related>tls crlfile</related>
16  <related>tls dh params file</related>
17  <related>tls enabled</related>
18  <related>tls keyfile</related>
19  <value type="default"></value>
20 </samba:parameter>