]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_nw_ssl.xml
markup & reformatting.
[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 enables 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 <directivesynopsis>
20 <name>SecureListen</name>
21 <description>Enables SSL encryption for the specified port</description>
22 <syntax>SecureListen [<var>IP-address</var>:]<var>portnumber</var>
23 <var>Certificate-Name</var> [MUTUAL]</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 enables 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>] ...</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 <code>.der</code> file.</p>
44 </usage>
45 </directivesynopsis>
46
47 </modulesynopsis>