From 035178d8a8ec2364d50db626c7e35dccab5caed0 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@unknown> Date: Mon, 17 Mar 2003 17:07:47 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'APACHE_2_0_BRANCH'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99013 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_nw_ssl.xml | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/manual/mod/mod_nw_ssl.xml diff --git a/docs/manual/mod/mod_nw_ssl.xml b/docs/manual/mod/mod_nw_ssl.xml new file mode 100644 index 00000000000..b180ef96d7f --- /dev/null +++ b/docs/manual/mod/mod_nw_ssl.xml @@ -0,0 +1,52 @@ + + + + + +mod_nw_ssl +Enable SSL encryption for NetWare +Base +mod_nw_ssl.c +nwssl_module +NetWare only + + +

This module enable SSL encryption for a specified port. It + takes advantage of the SSL encryption functionality that is + built into the NetWare operating system.

+
+ + + +SecureListen +Enables SSL encryption for the specified port +SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL] +server config + + +

Specifies the port and the eDirectory based certificate name + that will be used to enable SSL encryption. An optional third + parameter also enable mutual authentication.

+
+
+ + +NWSSLTrustedCerts +List of additional client certificates +NWSSLTrustedCerts filename[filename]... +server config + + +

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 + in its own .der file.

+
+ +ProxyPass +ProxyPassReverse + +
+ +
+ -- 2.47.3