mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b9678e5b0f
These parameters are relative to the private directory if it does not start with a / Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
21 lines
781 B
XML
21 lines
781 B
XML
<samba:parameter name="tls keyfile"
|
|
type="string"
|
|
context="G"
|
|
basic="1" advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option can be set to a file (PEM format)
|
|
containing the RSA private key. This file must be accessible without
|
|
a pass-phrase, i.e. it must not be encrypted.</para>
|
|
<para>This path is relative to <smbconfoption name="private dir"/> if the path
|
|
does not start with a /.</para>
|
|
</description>
|
|
|
|
<related>tls certfile</related>
|
|
<related>tls crlfile</related>
|
|
<related>tls dh params file</related>
|
|
<related>tls enabled</related>
|
|
<related>tls cafile</related>
|
|
<value type="default">tls/key.pem</value>
|
|
</samba:parameter>
|