使用多個網域搭配 HTTPS 設定 IQ Bot
若 Control Room 是使用多個網域搭配 HTTP 進行設定,則使用 HTTPS 來設定 IQ Bot。
- 在安裝期間使用 PFX 檔案搭配 HTTPS 組態來設定 IQ Bot。
- 將 Control Room 的配套憑證 (DomainOne_ControlRoom_CA.crt) 放入 IQ Bot 資料夾,但是必須先將 IQ Bot 安裝至: C: \Program Files (x86)\Automation Anywhere IQ Bot\Portal\keys。
將 DomainOne ControlRoom_CA.crt 重新命名為 ca.crt。
重要: 如果 C:\Program Files (x86)\Automation Anywhere IQ Bot <version number>\Portal\keys 資料夾中的 ca.crt 檔案已存在,請將其替換為新的 ca.crt 檔案。 - 以系統管理員身分執行此命令,將 Control Room 公開憑證 (DomainOne_ControlRoom_PublicCertificate.crt) 加入 IQ Bot 金鑰庫:
"{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 或其他內容。 - 以系統管理員身分執行以下命令,將 IQ Bot 公開憑證 (DomainTwo IQBot_PublicCertificate.crt) 加入 Control Room 金鑰庫:
"{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 Bot (組建版本 550),請在上述命令中將 JRE 變更為 jrk。 - 接下來,重新啟動電腦並按照指示登錄 IQ Bot。