Installing .PFX certificate in OpManager 12.

Installing .PFX certificate in OpManager 12.

Here are the steps to be followed 

1. First you need to convert the .pfx type to .truststore type.  Place your .pfx certificate in \OpManager\jre\bin\ folder.  To do that, open a command prompt as an Administrator and go to \OpManager\jre\bin directory.

2. Run this below command with the correct .pfx file.

keytool.exe -importkeystore -srckeystore mykeystore.pfx -destkeystore OpManager.truststore -srcstoretype pkcs12 -deststoretype JKS

It will ask you for a password, please use the pfx password as the truststore password for both destination and source.

3. OpManager.truststore file will be generated under \OpManager\jre\bin folder after running the above command, copy this truststore file, and place it under \OpManager\conf folder.

4. Now edit ssl_server.xml from \opmanager\server_xml_bkp\ folder, and set the values for below attributes.

Search the term "connector port" and replace the values for the attributes highlighted in red.

port="give your port number" address="0.0.0.0"  keystoreFile="./conf/OpManager.truststore" keystorePass="provide the pfx password"

Save the file in the name server.xml and place it in \OpManager\conf\ folder

5. Edit the OpManagerStartUp.properties file under \OpManager\conf\OpManager folder.  Set the value of the parameter "https" as "Enable" and save it.

6. Start OpManager service and check.

                  New to ADSelfService Plus?

                    • Related Articles

                    • OpManager integration with SDP using .pfx certificate.

                      Applying .pfx certificate in SDP does not involve creating keystore file which is required for integration. Please follow the below steps to create a Keystore file. Place the file OpManager.TrustStore and SDP PFX file under the OpManager JRE\bin ...
                    • Installing OpManager with Amazon RDS MSSQL instance

                      Installing MSSQL instance in Amazon RDS Step 1: While installing MSSQL instance in Amazon RDS, please make sure that the edition and version we support are selected. Step 2: Make a note of the Master username and password provided (these credentials ...
                    • Installing OpManager on Linux with MSSQL database

                      From version 12.8.330, MSSQL database is supported for Linux setups. As of now MSSQL database cannot be configured directly from the installation wizard for OpManager's Linux installation. Instead, perform a default installation with PgSQL database ...
                    • Installing OpManager on Linux

                      Steps to install Download OpManager for Linux. Login as root user. Assign the executable permission to the downloaded file using the following command: chmod a+x ManageEngine_OpManager_64bit.bin Execute ./ManageEngine_OpManager_64bit.bin with ...
                    • Installing OpManager on Windows

                      Steps to install Step 1: Download OpManager for Windows. Step 2: Execute the downloaded "ManageEngine_OpManager_64bit.exe" file to install and follow the instructions in the installation wizard. Step 3: Click 'Next' to start the installation process. ...