home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278343_mod_nw_ssl.xml < prev    next >
Extensible Markup Language  |  2004-07-14  |  3KB  |  81 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.1.2.7 $ -->
  5.  
  6. <!--
  7.  Copyright 2003-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <modulesynopsis metafile="mod_nw_ssl.xml.meta">
  23.  
  24. <name>mod_nw_ssl</name>
  25. <description>Enable SSL encryption for NetWare</description>
  26. <status>Base</status>
  27. <sourcefile>mod_nw_ssl.c</sourcefile>
  28. <identifier>nwssl_module</identifier>
  29. <compatibility>NetWare only</compatibility>
  30.  
  31. <summary>
  32.     <p>This module enables SSL encryption for a specified port. It
  33.     takes advantage of the SSL encryption functionality that is 
  34.     built into the NetWare operating system.</p>
  35. </summary>
  36.  
  37. <directivesynopsis>
  38. <name>SecureListen</name>
  39. <description>Enables SSL encryption for the specified port</description>
  40. <syntax>SecureListen [<var>IP-address</var>:]<var>portnumber</var>
  41. <var>Certificate-Name</var> [MUTUAL]</syntax>
  42. <contextlist><context>server config</context></contextlist>
  43.  
  44. <usage>
  45.     <p>Specifies the port and the eDirectory based certificate name
  46.     that will be used to enable SSL encryption. An optional third
  47.     parameter also enables mutual authentication.</p>
  48. </usage>
  49. </directivesynopsis>
  50.  
  51. <directivesynopsis>
  52. <name>NWSSLTrustedCerts</name>
  53. <description>List of additional client certificates</description>
  54. <syntax>NWSSLTrustedCerts <var>filename</var> [<var>filename</var>] ...</syntax>
  55. <contextlist><context>server config</context></contextlist>
  56.  
  57. <usage>
  58.     <p>Specifies a list of client certificate files (DER format)
  59.     that are used when creating a proxied SSL connection. Each
  60.     client certificate used by a server must be listed separately 
  61.     in its own <code>.der</code> file.</p>
  62. </usage>
  63. </directivesynopsis>
  64.  
  65. <directivesynopsis>
  66. <name>NWSSLUpgradeable</name>
  67. <description>Allows a connection to be upgraded to an SSL connection upon request</description>
  68. <syntax>NWSSLUpgradeable [<var>IP-address</var>:]<var>portnumber</var></syntax>
  69. <contextlist><context>server config</context></contextlist>
  70.  
  71. <usage>
  72.     <p>Allow a connection that was created on the specified address 
  73.     and/or port to be upgraded to an SSL connection upon request from
  74.     the client. The address and/or port must have already be defined 
  75.     previously with a <directive module="mpm_common">Listen</directive> 
  76.     directive.</p>
  77. </usage>
  78. </directivesynopsis>
  79.  
  80. </modulesynopsis>
  81.