On this page
Apache 模块 mod_nw_ssl
| Description: | 为 NetWare 启用 SSL 加密 |
|---|---|
| Status: | Base |
| Module Identifier: | nwssl_module |
| Source File: | mod_nw_ssl.c |
| Compatibility: | NetWare only |
Summary
此模块为指定的端口启用 SSL 加密。它利用了 NetWare os 中内置的 SSL 加密功能。
NWSSLTrustedCerts Directive
| Description: | 其他 Client 端证书列表 |
|---|---|
| Syntax: | NWSSLTrustedCerts filename [filename] ... |
| Context: | server config |
| Status: | Base |
| Module: | mod_nw_ssl |
指定创建代理 SSL 连接时使用的 Client 端证书文件列表(DER 格式)。服务器使用的每个 Client 端证书必须在其自己的.der文件中单独列出。
NWSSLUpgradeable Directive
| Description: | 允许根据请求将连接升级为 SSL 连接 |
|---|---|
| Syntax: | NWSSLUpgradeable [IP-address:]portnumber |
| Context: | server config |
| Status: | Base |
| Module: | mod_nw_ssl |
根据 Client 端的请求,允许将在指定地址和/或端口上创建的连接升级为 SSL 连接。地址和/或端口必须事先已使用Listen指令定义。
SecureListen Directive
| Description: | 为指定的端口启用 SSL 加密 |
|---|---|
| Syntax: | SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL] |
| Context: | server config |
| Status: | Base |
| Module: | mod_nw_ssl |
指定将用于启用 SSL 加密的端口和基于 eDirectory 的证书名称。可选的第三个参数还启用相互身份验证。