Changing the Location of Certificate Files

The keystore and trust-store files provided for development are stored in the install_dir/domains/domain_name/config directory. To change the name and/or location of the keystore and trust-store files, follow these steps.

  1. In the Admin Console tree, expand Configurations.
  2. Expand the server-config (Admin Config) node.
  3. Select the JVM Settings node.
  4. Click the JVM Options tab.
  5. On the JVM Options page, add or modify the following values in the Value field to reflect the new location of the certificate files:
  6. -Dcom.sun.appserv.nss.db=${com.sun.aas.instanceRoot}/NSS_database_directory

    where ks_name is the keystore file name and ts_name is the trust-store file name.

  7. Click Save.
  8. Restart the Application Server if Restart Required displays in the console.

See also:


Legal Notices