docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / security / tlskeyfile.xml
blobe6b4a544caea5f9afbbb095e730dd52c612d5ecf
1 <samba:parameter name="tls keyfile"
2                  type="string"
3                  context="G"
4                  function="_tls_keyfile"
5                  constant="1"
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 private key. This file must be accessible without
10                  a pass-phrase, i.e. it must not be encrypted.</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 certfile</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/key.pem</value>
21 </samba:parameter>