💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# Apache模块 mod_nw_ssl | [说明](#calibre_link-11) | 仅限于在NetWare平台上实现SSL加密支持 | | --- | --- | | [状态](#calibre_link-12) | 基本(B) | | [模块名](#calibre_link-13) | nwssl_module | | [源文件](#calibre_link-14) | mod_nw_ssl.c | | [兼容性](#calibre_link-58) | 仅用于NetWare | ### 概述 本模块在指定的端口(port)上启用SSL加密。它充分利用了NetWare操作系统内建的SSL加密功能。 ## NWSSLTrustedCerts 指令 | [说明](#calibre_link-18) | 附加的客户端证书列表 | | --- | --- | | [语法](#calibre_link-19) | `NWSSLTrustedCerts filename [filename] ...` | | [作用域](#calibre_link-20) | server config | | [状态](#calibre_link-21) | 基本(B) | | [模块](#calibre_link-22) | mod_nw_ssl | 指定客户证书文件(DER格式)列表,这些文件用于创建代理SSL连接。每个客户证书必须各自列出自己的`.der`文件。 ## NWSSLUpgradeable 指令 | [说明](#calibre_link-18) | 允许在请求中将一个连接升级为SSL连接 | | --- | --- | | [语法](#calibre_link-19) | `NWSSLUpgradeable [IP-address:]portnumber` | | [作用域](#calibre_link-20) | server config | | [状态](#calibre_link-21) | 基本(B) | | [模块](#calibre_link-22) | mod_nw_ssl | 允许客户端在请求中将特定地址和/或端口上的连接升级为SSL连接。这个地址和/或端口必须先前已经使用`Listen` 指令定义过。 ## SecureListen 指令 | [说明](#calibre_link-18) | 在指定端口启用SSL加密 | | --- | --- | | [语法](#calibre_link-19) | `SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL]` | | [作用域](#calibre_link-20) | server config | | [状态](#calibre_link-21) | 基本(B) | | [模块](#calibre_link-22) | mod_nw_ssl | 指定端口和启用SSL加密时需要用到的基于eDirectory的证书名称。第三个可选的参数启用mutual认证。