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>
23 lines
833 B
XML
23 lines
833 B
XML
<samba:parameter name="tls cafile"
|
|
type="string"
|
|
context="G"
|
|
function="_tls_cafile"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option can be set to a file (PEM format)
|
|
containing CA certificates of root CAs to trust to sign
|
|
certificates or intermediate CA certificates.</para>
|
|
<para>This path is relative to <smbconfoption name="private dir"/> if the path
|
|
does not start with a /.</para>
|
|
</description>
|
|
|
|
<related>tls trust system cas</related>
|
|
<related>tls ca directories</related>
|
|
<related>tls certfile</related>
|
|
<related>tls crlfile</related>
|
|
<related>tls dh params file</related>
|
|
<related>tls enabled</related>
|
|
<related>tls keyfile</related>
|
|
<value type="default">tls/ca.pem</value>
|
|
</samba:parameter>
|