1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/docs-xml/smbdotconf/security/tlscertfile.xml

20 lines
684 B
XML
Raw Normal View History

<samba:parameter name="tls certfile"
type="string"
context="G"
function="_tls_certfile"
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>