Control Room が HTTP に設定されている場合に IQ Bot で HTTPS を設定

Control Room が HTTP に設定されている場合、IQ Bot に HTTPS を設定します。

手順

  1. インストール時に HTTPS 設定で PFX ファイルを使用して IQ Bot をセットアップします。
  2. IQ Bot のインストール後、Control Room のバンドル証明書 (DomainTwo_IQBot_CA.crt) を IQ Bot フォルダーに配置します (C: \Program Files (x86)\Automation Anywhere IQ Bot\Portal\keys.DomainTwo_IQBot_CA.crtca.crt という名前に変更します。
    重要: C:\Program Files (x86)\Automation Anywhere IQ Bot <バージョン番号>\Portal\keys フォルダーに ca.crt ファイルがすでに存在している場合は、新しい ca.crt ファイルで置き換えます。
  3. システム管理者として次のコマンドを実行して、 Control Room のキーストアに IQ Bot パブリック証明書 (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"