summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/security/tlscafile.xml
blob: 0a54e994b635f7e8ee5a868d889bb2bbb1e5f4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<samba:parameter name="tls cafile"
                 type="string"
                 context="G"
                 basic="1" advanced="1" developer="1"
                 generated_function="0"
                 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 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>