Configure
Install the recorder certificate(s) as trusted in the JVM.
Before you begin
Ensure that the .CER certificate file you exported from the source recorder has been copied to the Import Manager server.
Procedure
-
On the Import Manager server, start a command prompt.
-
Navigate to the following directory:
%WFO_JAVA21_HOME%\bin
-
Type the following command as shown:
keytool -import -trustcacerts -keystore "%WFO_JAVA21_HOME%\lib\security\cacerts" -storepass changeit -noprompt -alias [cert alias] -file [Certificate file Path]
where
[%WFO_JAVA21_HOME%] = the JRE environment variable
[cert alias] = name of the source recorder server
[Certificate file Path] = local path where the certificate resides
-
Restart the Recorder Import Export Engine service.