Certificate parameters for testing
Before you run the certificate test for the Jave client, you must make sure you run the JVM with the correct parameters.
Run the JVM with the following two parameters.
-Djavax.net.ssl.trustStore=drive:/truststore
-Djavax.net.ssl.trustStorePassword=mypassword
where
drive:/truststore
is the truststore generated or copied as described in the steps above, and
mypassword
is the password for that truststore.
- Running the Certificate Test
You must extract the certificate keystore used by the server.
Parent topic: Installing a Certificate
Related tasks