diff options
Diffstat (limited to 'docs/manual/mod/mod_nw_ssl.html.en')
-rw-r--r-- | docs/manual/mod/mod_nw_ssl.html.en | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_nw_ssl.html.en b/docs/manual/mod/mod_nw_ssl.html.en index cfe02fb35b..7c62acd7ee 100644 --- a/docs/manual/mod/mod_nw_ssl.html.en +++ b/docs/manual/mod/mod_nw_ssl.html.en @@ -31,7 +31,7 @@ <h3>Summary</h3> <p>This module enables SSL encryption for a specified port. It - takes advantage of the SSL encryption functionality that is + takes advantage of the SSL encryption functionality that is built into the NetWare operating system.</p> </div> <div id="quickview"><h3 class="directives">Directives</h3> @@ -53,7 +53,7 @@ </table> <p>Specifies a list of client certificate files (DER format) that are used when creating a proxied SSL connection. Each - client certificate used by a server must be listed separately + client certificate used by a server must be listed separately in its own <code>.der</code> file.</p> </div> @@ -66,10 +66,10 @@ <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_nw_ssl</td></tr> </table> - <p>Allow a connection that was created on the specified address + <p>Allow a connection that was created on the specified address and/or port to be upgraded to an SSL connection upon request from - the client. The address and/or port must have already be defined - previously with a <code class="directive"><a href="../mod/mpm_common.html#listen">Listen</a></code> + the client. The address and/or port must have already be defined + previously with a <code class="directive"><a href="../mod/mpm_common.html#listen">Listen</a></code> directive.</p> </div> |