Enabling SSL in OpUtils using .PFX certificate

Enabling SSL in OpUtils using .PFX certificate

1.Start OpUtils service

2)Login to OpUtils webclient > Click on Settings (new UI) > Click on Enable Secure Communication , make a note of the SSL port ( Default port: 7443) > Save.

3)Restart OpUtils service  

4)Now SSL is enabled  with self signed  certificate, try to login with https://servername:sslport  ( ex: https:Oputils:7443), after successful login, stop OpUtils service.

5)Convert your .pfx certificate to Keystore file format using the below steps:
   a)Copy your 3rd party .PFX file to OpUtils/jre/bin folder 
   b)Run the below command with the complete file path location of the .pfx file .
      keytool -importkeystore -srckeystore "C:ManageEngine\OpUtils\jre\bin\oputils.pfx" -destkeystore    
      oputils.keystore -srcstoretype pkcs12
   c)Type in the Keystore password when prompted 
   d)Keystore file (oputils.keystore) will be created under OpUtils/jre folder, copy the file to OpUtils/conf    
      folder

6)Edit server.xml file from \OpUtils\conf\ folder using wordpad, search for keystore, update  the keystore file name and keystore password  in the next line.
Example: 
      keystoreFile="./conf/oputils.keystore
      keystorePass="OpUtils"

7)Restart OpUtils service , now we should be able to access OpUtils with https with the above certificate.

        New to ADManager Plus?

          New to ADSelfService Plus?

            • Related Articles

            • OpUtils Plugin Not works after revert 12200 PPM

              Steps: Windows  Go to OpUtils-IPAM Plugin installation folder or <OpManager_Home>/OpUtils using command prompt(Run as Administrator)  Execute DisableStandaloneMode.bat  Go to <OpUtils-IPAM Plugin_Home>/bin or <OpManager_Home>/OpUtils/bin using ...
            • OpUtils Database Migration from Firebird to Postgres

              OpUtils can be upgraded till 80000 build with Firebird database , any further upgrade needs either MSSQL or Postgres as database , here are the steps for the Firebird to Postgres DB migration: 1)Stop OpUtils Service 2)Take a complete OpUtils Folder ...
            • Error Retrieving config file even after SNMP & TFTP success in OpUtils

              Sometimes, The config file won't be retrieved in OpUtils even the device would responding to SNMP queries, Manual file transfer also will work from device to OpUtils server. ...
            • OpUtils Database Migration from Firebird to MSSql

              Here are the steps for the Firebird to Mssql DB migration: Stop OpUtils Service Take a complete OpUtils Folder backup and save it on different location . Go to OpUtils\conf dir Open mssql_dbm_params.conf ile and mention SQL server name and ...
            • Error Retrieving config file in OpUtils

              We might get this error msg if the network connection between cisco device and OpUtils server is not configured properly or windows firewall might block the file copy to server. To ensure this, We can try manual pushing of config file from cisco ...