From: Bradley Nicholes Date: Thu, 13 Mar 2003 23:22:10 +0000 (+0000) Subject: Added documentation for the directives SecureListen and NWSSLTrustedCerts X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca7126bd64540a1b3ffbc711ea4bb313a38ea458;p=apache Added documentation for the directives SecureListen and NWSSLTrustedCerts that are provided through mod_nw_ssl for NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99007 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_nw_ssl.xml b/docs/manual/mod/mod_nw_ssl.xml new file mode 100644 index 0000000000..b180ef96d7 --- /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 + +
+ +
+ diff --git a/docs/manual/platform/netware.xml b/docs/manual/platform/netware.xml index 987a907e24..1b2aae35ec 100644 --- a/docs/manual/platform/netware.xml +++ b/docs/manual/platform/netware.xml @@ -365,6 +365,14 @@
  • CGIMapExtension - This directive maps a CGI file extension to a script interpreter.
  • + +