Creating a Wallet Using Fusion Middleware Control

8-26 Oracle Fusion Middleware Administrators Guide

8.4.4.5 Changing a Self-Signed Wallet to a Third-Party Wallet Using Fusion Middleware Control

For steps to convert a self-signed wallet into a third-party wallet, see Section 8.4.8.3, Changing a Self-Signed Wallet to a Third-Party Wallet.

8.4.4.6 Changing a Self-Signed Wallet to a Third-Party Wallet Using WLST

For steps to convert a self-signed wallet into a third-party wallet, see Section 8.4.8.3, Changing a Self-Signed Wallet to a Third-Party Wallet.

8.4.4.7 Exporting a Wallet Using Fusion Middleware Control

Take these steps to export a wallet: 1. Navigate to the Wallets page for your component instance. See Section 8.4.2, Accessing the Wallet Management Page in Fusion Middleware Control. 2. Select the row corresponding to the wallet of interest. 3. Click Export. 4. The Export Wallet page appears. 5. Enter the filename and the location where the wallet is to be exported. 6. Click OK.

8.4.4.8 Exporting a Wallet Using WLST

Assuming the instance name is inst1, use this command to export a wallet: exportWalletinst1, oid1, oid, selfsigned, password, tmp where password is the password for this wallet specify as password for auto-login wallet. Note: Do not click on the wallet name itself; this opens the wallet for certificate management operations. Managing Keystores, Wallets, and Certificates 8-27 If it is an auto-login wallet, this command will export the wallet into a file named cwallet.sso under the directory tmp. If it is a password-protected wallet, there will be two files created under tmp, namely ewallet.p12 and cwallet.sso.

8.4.4.9 Importing a Wallet Using Fusion Middleware Control

Take these steps to import a wallet: 1. Navigate to the Wallets page for your component instance. See Section 8.4.2, Accessing the Wallet Management Page in Fusion Middleware Control . 2. Click Import. 3. The Import Wallet page appears. 4. If this is an auto-login wallet, check the box and enter the wallet name. No password is required. 5. If this is not an auto-login wallet, uncheck the auto-login box. Specify both the wallet name and password. 6. Click OK. The wallet is imported into the repository.

8.4.4.10 Importing a Wallet Using WLST

Assuming the instance name is inst1, use this command to import a wallet: importWalletinst1, oid1, oid, oid5, password, tmpewallet.p12 where password is the password of the wallet being imported and tmpewallet.p12 contains the wallet file if there are two files ewallet.p12 and cwallet.sso, point to ewallet.p12. Point to cwallet.sso only if it is an auto-login wallet - in this case, the password should be specified as .

8.4.4.11 Deleting a Wallet Using Fusion Middleware Control

Take these steps to delete a wallet: 1. Navigate to the Wallets page for your component instance. See Section 8.4.2, Accessing the Wallet Management Page in Fusion Middleware Control. See Also: Section 6.9.12, exportWallet . See Also: Section 6.9.20, importWallet .