1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

smb.conf(5): Add basic documentation for 'tls cafile'.

This commit is contained in:
Jelmer Vernooij 2012-09-28 10:56:44 -07:00
parent e27e8f4f88
commit 4e1a06dc23

View File

@ -0,0 +1,20 @@
<samba:parameter name="tls cafile"
type="string"
context="G"
basic="1" advanced="1" developer="1"
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>At the moment, TLS is only used by the web server.</para>
</description>
<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"></value>
</samba:parameter>