docs: insert meta data for tls certfile parameter - mark do not generate function
[Samba.git] / docs-xml / smbdotconf / security / tlscertfile.xml
blob0365554c012f53ab7f1c974210bf96e7186f9ac7
1 <samba:parameter name="tls certfile"
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 the RSA certificate. </para>
10          <para>This path is relative to <smbconfoption name="private dir"/> if the path
11          does not start with a /.</para>
12 </description>
14  <related>tls keyfile</related>
15  <related>tls crlfile</related>
16  <related>tls dh params file</related>
17  <related>tls enabled</related>
18  <related>tls cafile</related>
19  <value type="default">tls/cert.pem</value>
20 </samba:parameter>