autorid: add debug messages to idmap_autorid_get_domainrange()
[Samba.git] / docs-xml / smbdotconf / security / tlscertfile.xml
blobdf5fb5fbf648dec14391f3f035733f4c287bfc55
1 <samba:parameter name="tls certfile"
2                  type="string"
3                  context="G"
4                  basic="1" advanced="1" developer="1"
5                  function="_tls_certfile"
6                  constant="1"
7                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
8  <description>
9          <para>This option can be set to a file (PEM format)
10                  containing the RSA certificate. </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 keyfile</related>
16  <related>tls crlfile</related>
17  <related>tls dh params file</related>
18  <related>tls enabled</related>
19  <related>tls cafile</related>
20  <value type="default">tls/cert.pem</value>
21 </samba:parameter>