]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_nw_ssl.xml
add the metafile attribute to all xml files.
[apache] / docs / manual / mod / mod_nw_ssl.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <modulesynopsis metafile="mod_nw_ssl.xml.meta">
5
6 <name>mod_nw_ssl</name>
7 <description>Enable SSL encryption for NetWare</description>
8 <status>Base</status>
9 <sourcefile>mod_nw_ssl.c</sourcefile>
10 <identifier>nwssl_module</identifier>
11 <compatibility>NetWare only</compatibility>
12
13 <summary>
14     <p>This module enable SSL encryption for a specified port. It
15     takes advantage of the SSL encryption functionality that is 
16     built into the NetWare operating system.</p>
17 </summary>
18
19
20 <directivesynopsis>
21 <name>SecureListen</name>
22 <description>Enables SSL encryption for the specified port</description>
23 <syntax>SecureListen <var>[IP-address:]portnumber</var> <var>Certificate-Name</var> <var>[MUTUAL]</var></syntax>
24 <contextlist><context>server config</context></contextlist>
25
26 <usage>
27     <p>Specifies the port and the eDirectory based certificate name
28     that will be used to enable SSL encryption. An optional third
29     parameter also enable mutual authentication.</p>
30 </usage>
31 </directivesynopsis>
32
33 <directivesynopsis>
34 <name>NWSSLTrustedCerts</name>
35 <description>List of additional client certificates</description>
36 <syntax>NWSSLTrustedCerts <var>filename</var><var>[filename]</var><var>...</var></syntax>
37 <contextlist><context>server config</context></contextlist>
38
39 <usage>
40     <p>Specifies a list of client certificate files (DER format)
41     that are used when creating a proxied SSL connection. Each
42     client certificate used by a server must be listed separately 
43     in its own .der file.</p>
44 </usage>
45
46 <seealso><directive module="mod_proxy">ProxyPass</directive></seealso>
47 <seealso><directive module="mod_proxy">ProxyPassReverse</directive></seealso>
48
49 </directivesynopsis>
50
51 </modulesynopsis>
52