docs-xml: remove explicit "constant"
[Samba.git] / docs-xml / smbdotconf / security / tlscertfile.xml
blobcf7095475f3f0ed0888ddfe911649ee9834b33d9
1 <samba:parameter name="tls certfile"
2                  type="string"
3                  context="G"
4                  function="_tls_certfile"
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 the RSA certificate. </para>
9          <para>This path is relative to <smbconfoption name="private dir"/> if the path
10          does not start with a /.</para>
11 </description>
13  <related>tls keyfile</related>
14  <related>tls crlfile</related>
15  <related>tls dh params file</related>
16  <related>tls enabled</related>
17  <related>tls cafile</related>
18  <value type="default">tls/cert.pem</value>
19 </samba:parameter>