summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/security/tlsdhparamsfile.xml
blob: 5bf59aacd1afd9d6d5f7f2c8a9c6b044c653fe57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<samba:parameter name="tls dh params file"
                 type="string"
                 context="G"
                 function="_tls_dhpfile"
                 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>