使用多个域使用 HTTPS 配置IQ Bot

使用多个域IQ Bot使用 HTTP 配置 时,使用 HTTPS Control Room 配置 。

  1. 在安装期间IQ Bot使用带有 HTTPS 配置的 PFX 文件进行设置。
  2. 安装后,将 的捆绑证书 (DomainOne_ControlRoom_CA.crt) 放在 Control Room IQ Bot 文件夹中,位于IQ BotC :\\Program Files (x86)\\Automation Anywhere IQ Bot\\Portal\\keys。

    DomainOne ControlRoom_CA.crt 重命名为 ca.crt

    重要: 对于 IQ Bot Version 11.3.4,如果 C:\\Program Files (x86)\\Automation Anywhere IQ Bot \\Portal\\keys 文件夹中的 ca.crt<version number> 文件已存在,则将其替换为新的 ca.crt 文件。
  3. Control Room 通过以系统管理员身份运行此命令,将IQ Bot公共证书 (DomainOne_ControlRoom_PublicCertificate.crt) 添加到 的密钥库:
    
    "{IQ Bot installation directory}\JRE\zulu8.40.0.20-sa-fx-jre8.0.222-win_x64\bin\keytool.exe" -import -
    alias cr -keystore "{IQ Bot installation directory}\JRE\zulu8.40.0.20-sa-fx-jre8.0.222-
    in_x64\lib\security\cacerts" -file "{FolderLocation}/ DomainOne_ControlRoom_PublicCertificate.crt "
    
    系统将要求提供密钥库密码,即 changeit
    注: 有时,系统显示一条提示 cr 存在的消息。在这种情况下,将命令中的 cr 更改为 cr1 或某些其他项。
  4. IQ Bot 通过以系统管理员身份运行以下命令,将Control Room公共证书 (DomainTwo_IQBot_PublicCertificate.crt) 添加到 的密钥库:
    
    "{Control Room installation directory}\JRE\bin\java.exe" -jar certmgr.jar -appDir "{Control Room 
    installation directory}" -importTrustCert "{FolderLocation}/DomainTwo_IQBot_PublicCertificate.crt"
    
    注:Automation 360 IQ BotBuild 550),在上面提到的命令中把JRE改成jrk
  5. 接下来,重新启动机器并按照说明注册 IQ Bot

    参见 正在注册 IQ Bot Control Room