1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00
samba-mirror/docs-xml/smbdotconf/security/tlstrustsystemcas.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

18 lines
574 B
XML

<samba:parameter name="tls trust system cas"
type="boolean"
context="G"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>With this option the system's default trusted CAs are
used to trust SSL/TLS connections.</para>
<para>Please use this with care, as it really means
trusting all CAs installed on the system!</para>
</description>
<related>tls ca directories</related>
<related>tls cafile</related>
<related>tls crlfile</related>
<value type="default">no</value>
</samba:parameter>