blob: 9c378666d45fc35a2de990ab561e0fca1497bd73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<modulesynopsis metafile="mod_nw_ssl.xml.meta">
<name>mod_nw_ssl</name>
<description>Enable SSL encryption for NetWare</description>
<status>Base</status>
<sourcefile>mod_nw_ssl.c</sourcefile>
<identifier>nwssl_module</identifier>
<compatibility>NetWare only</compatibility>
<summary>
<p>This module enables SSL encryption for a specified port. It
takes advantage of the SSL encryption functionality that is
built into the NetWare operating system.</p>
</summary>
<directivesynopsis>
<name>SecureListen</name>
<description>Enables SSL encryption for the specified port</description>
<syntax>SecureListen [<var>IP-address</var>:]<var>portnumber</var>
<var>Certificate-Name</var> [MUTUAL]</syntax>
<contextlist><context>server config</context></contextlist>
<usage>
<p>Specifies the port and the eDirectory based certificate name
that will be used to enable SSL encryption. An optional third
parameter also enables mutual authentication.</p>
</usage>
</directivesynopsis>
<directivesynopsis>
<name>NWSSLTrustedCerts</name>
<description>List of additional client certificates</description>
<syntax>NWSSLTrustedCerts <var>filename</var> [<var>filename</var>] ...</syntax>
<contextlist><context>server config</context></contextlist>
<usage>
<p>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 <code>.der</code> file.</p>
</usage>
</directivesynopsis>
</modulesynopsis>
|