在 Websphere Application Server 中为 Build Forge 配置 SSL 和密码加密支持

在 WebSphere Application Server 中为 Build Forge 应用程序启用 SSL 和/或密码加密。

关于此任务

启用对 SSL 和密码加密的支持需要额外配置。您可以配置其中任意一项或同时配置。 必须首先在 WebSphere Application Server 上配置 SSL,然后才能在 Build Forge 上启用 SSL。

过程

  1. <bfinstall>\keystore 目录复制到 <WAS_INSTALL_DIR>\AppServer\profiles\AppSrv01 如果使用 AppServ01 之外的概要文件,请将密钥库目录复制到此概要文件目录。

    该路径在 UNIX 和 Linux 系统上等效。该目录包含应用程序服务器概要文件。该目录可能因您的 WebSphere Application Server 版本而异。

  2. 登录到 WebSphere 控制台。 使用 WebSphere 管理控制台。
  3. 转至“定制属性”页面。 打开服务器 > 服务器类型 > WebSphere Application Server > server1 > Java 和流程管理 > 流程定义 > Java 虚拟机 > 定制属性

    缺省服务器名称是 server1。如果您的服务器具有不同名称,请使用该名称。

  4. 启用 SSL。 设置定制属性以指向 bfclient.conf 文件。
    • Windows
      com.buildforge.client.config=<bfinstall>\bfclient.conf 
    • UNIX 或 Linux
      com.buildforge.client.config=<bfinstall>/Platform/bfclient.conf 
  5. 启用密码加密。 设置定制属性以指向 bfpwcrypt.conf 文件。
    • Windows
      com.buildforge.password.encryption.file=<bfinstall>\bfpwcrypt.conf
    • UNIX 或 Linux
      com.buildforge.password.encryption.file=<bfinstall>/Platform/bfpwcrypt.conf
  6. 重新启动 WebSphere Application Server。 更改将在您重新启动后生效。

反馈