To set the new Keystore location, edit the JAVA_OPTS environment
variable.
Procedure
To edit the JAVA_OPTS environment variable, add the following
lines to your JAVA_OPTS environment variable:
-Djavax.net.ssl.keyStore=/<myDirectory>/<myKeystore>
-Djavax.net.ssl.keyStorePassword=<myPassword>
In this example,
<myDirectory>
is the
installation directory of your Keystore, <myKeystore>
is
the name of your Keystore and <myPassword>
is the
password you have previously defined for your Keystore.