mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b49b1bd8dc
Signed-off-by: Bjoern Jacke <bj@sernet.de> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
22 lines
725 B
XML
22 lines
725 B
XML
<samba:parameter name="tls dh params file"
|
|
type="string"
|
|
context="G"
|
|
function="_tls_dhpfile"
|
|
constant="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option can be set to a file with Diffie-Hellman parameters
|
|
which will be used with DH ciphers.
|
|
</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 cafile</related>
|
|
<related>tls enabled</related>
|
|
<related>tls keyfile</related>
|
|
<value type="default"></value>
|
|
</samba:parameter>
|