blob: 1f42b859a1130aa6872b21e320b11f97ba027c9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<samba:parameter name="tls crlfile"
type="string"
context="G"
function="_tls_crlfile"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option can be set to a file containing a certificate
revocation list (CRL).</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"></value>
</samba:parameter>
|