• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • mod_nw_ssl

    描述:为 NetWare 启用 SSL 加密
    状态:Base
    模块标识符:nwssl_module
    源文件:mod_nw_ssl.c
    兼容性:仅限 NetWare

    摘要

    此模块为指定的 port 启用 SSL 加密。它利用了 NetWare 操作系统内置的 SSL 加密功能。

    NWSSLTrustedCerts 指令

    描述:其他 client 证书列表
    句法:NWSSLTrustedCerts filename[filename]...
    Context:服务器配置
    状态:Base
    模块:mod_nw_ssl

    指定 creating 代理 SSL 连接时使用的 client 证书 files(DER 格式)列表。服务器使用的每个 client 证书必须单独列在其自己的.der文件中。

    NWSSLUpgradeable 指令

    描述:允许根据请求将连接升级为 SSL 连接
    句法:NWSSLUpgradeable[IP-address:]portnumber
    Context:服务器配置
    状态:Base
    模块:mod_nw_ssl

    根据 client 的请求,允许在指定地址 and/or port 上创建的连接升级为 SSL 连接。地址 and/or port 必须先前已使用听指令定义。

    SecureListen 指令

    描述:为指定的 port 启用 SSL 加密
    句法:SecureListen[IP-address:]portnumber Certificate-Name[MUTUAL]
    Context:服务器配置
    状态:Base
    模块:mod_nw_ssl

    指定将用于启用 SSL 加密的 port 和基于 eDirectory 的证书 name。可选的第三个参数还启用相互身份验证。

    上篇:mod_negotiation

    下篇:mod_privileges