Sun Java System Application Server Platform Edition 8.2 Administration Guide

ProcedureTo change the location of certificate files

The keystore and truststore files provided for development are stored in the domain-dir/config directory.

  1. In the Admin Console tree, select the Application Server node.

  2. Select JVM Settings.

  3. Click the JVM Options tab.

  4. On the JVM Options page, add or modify the following values in the Value field to reflect the new location of the certificate files:


    -Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/path/ks-name
    -Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/path/ts-name
    

    where ks-name is the keystore file name and ts-name is the trust store file name.

  5. Click Save.

  6. Restart the Application Server if Restart Required displays in the console.