Creating a Wallet Using WLST Creating a Self-Signed Wallet Using Fusion Middleware Control

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 . 8-28 Oracle Fusion Middleware Administrators Guide 2. Select the row corresponding to the wallet of interest. 3. Click Delete. 4. The wallet is deleted and no longer appears on the list of wallets.

8.4.4.12 Deleting a Wallet Using WLST

Assuming the instance name is inst1, use this command to delete a wallet: deleteWalletinst1, oid1, oid, selfsigned

8.4.5 Managing the Certificate Life Cycle

The complete certificate life cycle, starting from wallet creation, includes these actions: 1. Create an empty wallet that is, a wallet that does not contain a certificate request. 2. Add a certificate request to the wallet. 3. Export the certificate request. 4. Use the certificate request to obtain the corresponding certificate. 5. Import trusted certificates. 6. Import the certificate. These steps are needed to generate a wallet with a third-party trusted certificate. For details about this task, see Section 8.4.7.9, Converting a Self-Signed Certificate into a Third-Party Certificate Using Fusion Middleware Control.

8.4.6 Accessing the Certificate Management Page for Wallets in Fusion Middleware Control

An Oracle wallet is associated with the component where it is utilized. To locate a component instance: ■ Log into Fusion Middleware Control using administrator credentials. ■ Select the domain of interest. See Also: Section 6.9.9, deleteWallet . See Also: Section 8.4.6, Accessing the Certificate Management Page for Wallets in Fusion Middleware Control