Enable 3rd party SSL in NetFlow Plug-In

Enable 3rd party SSL in NetFlow Plug-In

Please follow the steps mentioned below to enable 3rd party SSL in NetFlow Plug-In 

Note: This has to be followed once OpManager is enabled with SSL and working with 3rd party SSL.

1.Stop the OpManager service
2.Open command as Administrator
3.Navigate to OpManager_Home/NetFlow/bin and execute sslGen.bat -f enable and wait until it completes
4.Copy the opmanager.truststore from <OpManager\conf>to <OpManager>\NetFlow\conf\
5.Edit Server.xml under <OpManager\NetFlow\conf> as mentioned below:

Search for :

<Connector URIEncoding="UTF-8" sslProtocol="TLS" secure="true" scheme="https" protocol="HTTP/1.1" noCompressionUserAgents="gozilla, traviata" minSpareThreads="25" maxThreads="150" maxSpareThreads="75" keystorePass="netflow" keystoreFile="./conf/NFATrans.key" enableLookups="false" disableUploadTimeout="true" connectionTimeout="20000" compressionMinSize="1024" compression="force" compressableMimeType="text/html,text/xml" clientAuth="false" address="0.0.0.0" acceptCount="100" SSLEnabled="true" port="5050"/>

and change 

keystorePass="<password given for opmanager.truststore>"

KeystorFile="./conf/opmanager.truststore"

6. Save the file, and restart the OpManager service and check on the issue.
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Netflow(Plug-in) statistics not shown in Opmanager

                        When the Netflow(Plug-in) statistics doesn't show up in Opmanager, follow the steps listed below to fix the issue - 1 - Stop the Opmanager service. 2 - Navigate to %Opmanager%\netflow\webapps\netflow\WEB-INF 3 - Edit the security.xml file, search for ...
                      • Unable to start NetFlow plugin after install

                        If NetFlow Plug-in is not started after fresh install, we require the below information to narrow down to find the sollution. Name of the exe file that the NetFlow plug-in was installed. (32 bit or 64 bit) Version and build number of Opmanager: you ...
                      • Incorrect traffic information in Netflow analyzer

                        NetFlow Analyzer shows the information based on the flow Packets (NetFlow, sflow, Jflow, netstream etc..) exported by the device to the NetFlow Analyzer installed server. We have seen many customers come with the issue that the Utilization ...
                      • Network Packet Sensor | NetFlow Analyzer

                      • Using Third Party SSL cert/CA cert in NFA for DE

                        Hi, A - The first step is to generate a Keystore file - 1 - Open CMD as Admin ( right click on CMD -> Run As Administrator ) and navigate to NetFlowCentral\jre\bin directory 2 - Type ->  keytool -keyalg RSA  -keystore server.keystore -genkey -alias ...