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.
- In the Admin Console tree, expand Configurations.
- Expand the server-config (Admin Config) node.
- Select the JVM Settings node.
- Click the JVM Options tab.
- On the JVM Options page, add or modify the following values in the Value field to reflect the new location of the certificate files:
-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.
- Click Save.
- Restart the Application Server if Restart Required displays in the console.
See also:
Legal Notices