1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/docs-xml/smbdotconf/security/tlscertfile.xml
Garming Sam 89ff7b0d85 param: remove special cases for tls files
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
2014-02-12 13:17:14 +13:00

22 lines
768 B
XML

<samba:parameter name="tls certfile"
type="string"
context="G"
basic="1" advanced="1" developer="1"
function="_tls_certfile"
constant="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option can be set to a file (PEM format)
containing the RSA certificate. </para>
<para>This path is relative to <smbconfoption name="private dir"/> if the path
does not start with a /.</para>
</description>
<related>tls keyfile</related>
<related>tls crlfile</related>
<related>tls dh params file</related>
<related>tls enabled</related>
<related>tls cafile</related>
<value type="default">tls/cert.pem</value>
</samba:parameter>