Import Admin Certificate to Reporting Server
Import Admin Certificate
1. | Install or locate a Java JVM. Verify that the keytool utility is accessible at the command line. |
2. | Use the below command to add Admin Certificate which was extracted in Extract Admin Certificate on Admin server into Reporting KeyStore on Reporting Server Machine, |
keytool -import -trustcacerts -keystore reporting -file fnmea_admin.cer
3. | Add the admin server certificate to the cacerts by using below command |
keytool -keystore "C:\FLEXnet\manager\reporting\jvm\lib\security\cacerts" -storepass "changeit" -import -alias admin -file fnmea_reporting -trustcacerts -noprompt