Key Rotation Service (KRS)

To change the hosting of KRS from HTTP to HTTPS using the existing certificate, for e.g. 'HclTech.iautomate.Web', please follow the below steps:

  1. Press Win+R and type inetmgr.
  2. Click OK to open IIS.
    Figure 1. Hosting KRS from HTTP to HTTPS
  3. Expand Sites and click HCLiAutomateKRS.
    Figure 2. Hosting KRS from HTTP to HTTPS (cont.)
  4. Click on Bindings in the Edit Site section.
    Figure 3. Hosting KRS from HTTP to HTTPS (cont.)
    Figure 4. Hosting KRS from HTTP to HTTPS (cont.)
  5. Click Add New.
  6. Select Type as ‘https’. Port information gets populated automatically. Select the SSL Certificate .
  7. Click OK.
    Figure 5. Hosting KRS from HTTP to HTTPS (cont.)
  8. Right click HCLiAutomateKRS .
  9. Click Explore.
  10. Find Web.config file and open it in a Notepad.
    Figure 6. Hosting KRS from HTTP to HTTPS (cont.)
  11. Within the Web.config file, find the tag <security> and change it to <security mode= "TransportWithMessageCredential">.
    Figure 7. Hosting KRS from HTTP to HTTPS (cont.)
  12. Save the file for changes to be reflected.
  13. Select the service and click Restart to restart the services.