docs: insert meta data for tls cafile parameter - mark do not generate function
[Samba/wip.git] / docs-xml / smbdotconf / security / tlscafile.xml
blob0a54e994b635f7e8ee5a868d889bb2bbb1e5f4d8
1 <samba:parameter name="tls cafile"
2                  type="string"
3                  context="G"
4                  basic="1" advanced="1" developer="1"
5                  generated_function="0"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7  <description>
8          <para>This option can be set to a file (PEM format)
9                  containing CA certificates of root CAs to trust to sign
10                  certificates or intermediate CA certificates.</para>
11          <para>This path is relative to <smbconfoption name="private dir"/> if the path
12          does not start with a /.</para>
13  </description>
15  <related>tls certfile</related>
16  <related>tls crlfile</related>
17  <related>tls dh params file</related>
18  <related>tls enabled</related>
19  <related>tls keyfile</related>
20  <value type="default">tls/ca.pem</value>
21 </samba:parameter>