@oej commented on this pull request.
</itemizedlist>
+ <para><emphasis> Default value is <quote>TLSv1.2</quote>. </emphasis></para> + + <example> + <title>Set <varname>tls_method</varname> parameter</title> + + <programlisting format="linespecific">... +modparam("tls", "tls_method", "TLSv1") +... + </programlisting> + </example> + </section> + <section> + <title>private_key (string)</title> + + <para>Sets the private key file name.</para>
Do you support both der and pem encoding? Please specify format.