Managing the Keystore Life Cycle

8-8 Oracle Fusion Middleware Administrators Guide

8.3.3.4 Exporting a Keystore Using WLST

Assuming the instance name is inst1, use this command to export a keystore: exportKeyStoreinst1, ovd5, ovd, test, password, tmp where password is the password for this keystore. This command exports the keystore into a file named test under the directory tmp.

8.3.3.5 Deleting a Keystore Using Fusion Middleware Control

Take these steps to delete a keystore: 1. Navigate to the Java Keystores page for the component instance, as explained in Section 8.3.3.1, Creating a Keystore Using Fusion Middleware Control. 2. Select the desired keystore from the list of stores. 3. Click Delete. 4. A dialog box appears to request confirmation of the delete request. 5. Click Delete. See Also: Section 8.3.3.7, Importing a Keystore Using Fusion Middleware Control See Also: Section 6.9.10, exportKeyStore . Managing Keystores, Wallets, and Certificates 8-9

8.3.3.6 Deleting a Keystore Using WLST

Assuming the application server instance name is inst1, use this command to delete a keystore: deleteKeyStoreinst1, ovd5, ovd, demo where the component type is ovd, the component instance is ovd5, and the keystore is named demo.

8.3.3.7 Importing a Keystore Using Fusion Middleware Control

1. Navigate to the Java Keystores page for the component instance, as explained in Section 8.3.3.1, Creating a Keystore Using Fusion Middleware Control. 2. Click Import. 3. The Import Keystore dialog box appears. 4. Browse the file system to locate the keystore file. 5. Provide a name for the keystore. Enter the keystore password. 6. Click OK. 7. The imported keystore appears in the list of Java keystores.

8.3.3.8 Importing a Keystore Using WLST

Assuming the instance name is inst1, use this command to import a keystore: importKeyStoreinst1, ovd5, ovd, demojks, password, tmpdemojks.jks where password is the password for this keystore.

8.3.3.9 Changing the Keystore Password Using Fusion Middleware Control

Take these steps to change a keystore password: 1. Navigate to the Java Keystores page for the component instance, as explained in Section 8.3.3.1, Creating a Keystore Using Fusion Middleware Control. 2. Select a keystore and click Change Password. See Also: Section 6.9.8, deleteKeyStore . See Also: Section 6.9.18, importKeyStore .