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 keyfile'.

This commit is contained in:
Jelmer Vernooij 2012-09-28 10:58:45 -07:00
parent 4e1a06dc23
commit 0f5e45b84c
2 changed files with 18 additions and 2 deletions

View File

@ -7,8 +7,6 @@
<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>

View File

@ -0,0 +1,18 @@
<samba:parameter name="tls keyfile"
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 the RSA private key. This file must be accessible without
a pass-phrase, i.e. it must not be encrypted.</para>
</description>
<related>tls certfile</related>
<related>tls crlfile</related>
<related>tls dh params file</related>
<related>tls enabled</related>
<related>tls cafile</related>
<value type="default"></value>
</samba:parameter>