mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
18 lines
570 B
XML
18 lines
570 B
XML
<samba:parameter name="tls certfile"
|
|
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 certificate. </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"></value>
|
|
</samba:parameter>
|