Configuring IQ Bot with HTTPS when Control Room is configured with HTTP

Configure IQ Bot with HTTPS when Control Room is configured with HTTP.

Procedure

  1. Set up IQ Bot using the PFX file with HTTPS configuration during installation.
  2. Put the bundled certificate (DomainTwo_IQBot_CA.crt) for Control Room in the IQ Bot folder, after IQ Bot installation at C: \Program Files (x86)\Automation Anywhere IQ Bot\Portal\keys. Rename the DomainTwo_IQBot_CA.crt to ca.crt.
    Important: If the ca.crt file in the C:\Program Files (x86)\Automation Anywhere IQ Bot <version number>\Portal\keys folder is already present, then replace it with the new ca.crt file.
  3. Add the IQ Bot Public certificate (DomainTwo_IQBot_PublicCertificate.crt) to the keystore for the Control Room by running the following command as a system administrator:
    
    "{Control Room installation directory}\JRE\bin\java.exe" -jar certmgr.jar -appDir "{Control Room
    installation directory}" -importTrustCert "{FolderLocation}/DomainTwo_IQBot_PublicCertificate.crt"