mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
4a6a010e78
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
21 lines
703 B
XML
21 lines
703 B
XML
<samba:parameter name="tls crlfile"
|
|
type="string"
|
|
context="G"
|
|
function="_tls_crlfile"
|
|
constant="1"
|
|
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>
|