-
Verify the JDK path of the running MQL. By default, it is located at
<MX_JAVA_PATH>/jdk .
-
Verify that a keystore file named
cacerts exists under
<MX_JAVA_PATH>/jdk/lib/security .
-
Use the following command to import all Exalead CloudView certificates to the
cacerts keystore,
using the default storepass changeit :
keytool -import -file yourcvhost-cvdefault.cert -alias youralias -keystore <MX_JAVA_PATH>/lib/security/cacerts -storepass changeit
|