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:
parent
4e1a06dc23
commit
0f5e45b84c
@ -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>
|
||||
|
18
docs-xml/smbdotconf/security/tlskeyfile.xml
Normal file
18
docs-xml/smbdotconf/security/tlskeyfile.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user