1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/docs-xml/smbdotconf/security/tlscertfile.xml
Oliver Mihatsch 3c1691aff5 Extended the documentation for the "tls certfile" parameter in the smb.conf.
Signed-off-by: Oliver Mihatsch <om-git@q4k.de>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Thu Jun 27 05:33:17 UTC 2024 on atb-devel-224
2024-06-27 05:33:17 +00:00

21 lines
835 B
XML

<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 to be used as TLS server certificate.
If required it can also contain additional intermediate certificates to be send along during the TLS handshake.</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>