smbd: Simplify unpack_nt_owners
[Samba.git] / docs-xml / smbdotconf / security / tlskeyfile.xml
bloba1c7be3f38865fef596ef3fba89815a7b072c06c
1 <samba:parameter name="tls keyfile"
2                  type="string"
3                  context="G"
4                  basic="1" advanced="1" developer="1"
5                  function="_tls_keyfile"
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 private key. This file must be accessible without
11                  a pass-phrase, i.e. it must not be encrypted.</para>
12          <para>This path is relative to <smbconfoption name="private dir"/> if the path
13          does not start with a /.</para>
14  </description>
16  <related>tls certfile</related>
17  <related>tls crlfile</related>
18  <related>tls dh params file</related>
19  <related>tls enabled</related>
20  <related>tls cafile</related>
21  <value type="default">tls/key.pem</value>
22 </samba:parameter>