1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/docs-xml/smbdotconf/security/tlscadirs.xml
Stefan Metzmacher 0b84c97cf3 docs-xml: add 'tls trust system cas' and 'tls ca directories' options
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>
2024-04-23 23:50:34 +00:00

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>