ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / security / tlskeyfile.xml
blob9caa8241fa8593baa97a64492a479460ca0bac8b
1 <samba:parameter name="tls keyfile"
2                  type="string"
3                  context="G"
4                  function="_tls_keyfile"
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 private key. This file must be accessible without
9                  a pass-phrase, i.e. it must not be encrypted.</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 certfile</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/key.pem</value>
20 </samba:parameter>