mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
0b84c97cf3
This will make it easier to support trusting more than one CA. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
15 lines
522 B
XML
15 lines
522 B
XML
<samba:parameter name="tls ca directories"
|
|
type="list"
|
|
context="G"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option can be set to a list of directories with files (in PEM format)
|
|
containing CA certificates of root CAs to trust to sign
|
|
certificates or intermediate CA certificates.</para>
|
|
</description>
|
|
|
|
<related>tls trust system cas</related>
|
|
<related>tls cafile</related>
|
|
<related>tls crlfile</related>
|
|
</samba:parameter>
|