Website

This section describes configuration changes required for the Website in case SSL certificate is other than HCL.iAutomate.

Following changes are required in the underlying components.

Key Rotation Service (KRS)

To make changes for the KRS, please follow the below steps:

  1. Press Win+R and type inetmgr.
  2. Click OK to open IIS.
    Figure 1. Certificate Name Change – KRS
  3. Expand Sites and click HCLiAutomateKRS.
    Figure 2. Certificate Name Change – KRS (Cont.)
  4. Right click HCLiAutomateKRS.
  5. Click Explore.
  6. Find Web.config file and open it in a Notepad.
    Figure 3. Certificate Name Change – KRS (Cont.)
  7. Within the Web.config file, find the tag <serviceCertificate> and change the value of attribute ‘findValue’ with the updated Certificate Name.
    Figure 4. Certificate Name Change – KRS (Cont.)
  8. If the certificate is self-signed, find the key ‘IsSelfSigned’ and change its value to ‘Y’. Else the value will be ‘N’.
    Figure 5. Certificate Name Change – KRS (Cont.)
  9. Save the file for changes to be reflected.
  10. Select the service and click Restart to restart the services.

Base User interface

To make changes for the BaseUI, please follow the below steps:

  1. Press Win+R and type inetmgr.
  2. Click OK to open IIS.
    Figure 6. Certificate Name Change – BaseUI
  3. Expand Sites and click HCLiAutomateBaseUI.
    Figure 7. Certificate Name Change – BaseUI (Cont.)
  4. Right-click HCLiAutomateBaseUI and click Explore.
  5. Find Web.config file and open it in a Notepad.
    Figure 8. Certificate Name Change – BaseUI (Cont.)
  6. Within the Web.config file, find the key ‘Certificate_Name_KRS’ and change its value with the new Certificate Name.
    Figure 9. Certificate Name Change – BaseUI (Cont.)
  7. If the certificate is self-signed, find the key ‘IsSelfSigned_KRS’ and change its value to ‘Y’. Else the value will be ‘N’.
    Figure 10. Certificate Name Change – BaseUI (Cont.)
  8. Save the file for changes to be reflected.
  9. Select the service and click Restart to restart the services.

Web API

To make changes for the Web API, please follow the below steps:

  1. Press Win+R and type inetmgr.
  2. Click OK to open IIS.
    Figure 11. Certificate Name Change – Web API
  1. Expand Sites and right-click HCLiAutomateWEBAPI.
  2. Click Explore.
    Figure 12. Certificate Name Change – Web API (cont.)
    C:\Users\mishra_as\Pictures\a1.png
  3. Find Web.config file and open it in Notepad.
    Figure 13. Certificate Name Change – Web API (cont.)
  4. Within the Web.config file, find the key ‘Certificate_Name_KRS’ and change its value with the new Certificate Name.
    Figure 14. Certificate Name Change – Web API (cont.)
  5. If the certificate is self-signed, find the key ‘IsSelfSigned_KRS’ and change its value to ‘Y’. Else the value will be ‘N’.
    Figure 15. Certificate Name Change – Web API (cont.)
  6. Save the file for changes to be reflected.
  7. Select the service and click Restart to restart the services.