<-
Apache > HTTP服务器 > 文档 > V2.0 > 模块

Apache模块 mod_nw_ssl

说明在NetWare上启用SSL加密
状态Base
模块名nwssl_module
源文件mod_nw_ssl.c
兼容性 仅用于NetWare

概述

本模块在指定的端口(port)上启用SSL加密。它充分利用了操作系统 NetWare内建的SSL加密功能。

top

NWSSLTrustedCerts 指令

说明附加的客户端证书列表
语法NWSSLTrustedCerts filename [filename] ...
作用域server config
状态Base
模块mod_nw_ssl

指定客户证书文件(DER格式)列表,这些文件用于创建代理SSL连接。每个客户证书必须各自列出自己的.der文件。

top

NWSSLUpgradeable 指令

说明Allows a connection to be upgraded to an SSL connection upon request
语法NWSSLUpgradeable [IP-address:]portnumber
作用域server config
状态Base
模块mod_nw_ssl

Allow a connection that was created on the specified address and/or port to be upgraded to an SSL connection upon request from the client. The address and/or port must have already be defined previously with a Listen directive.

top

SecureListen 指令

说明在指定端口启用SSL加密
语法SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL]
作用域server config
状态Base
模块mod_nw_ssl

指定端口和启用SSL加密时需要用到的基于eDirectory的证书名称。第三个可选的参数启用mutual认证。