Accessing the Wallet Management Page in Fusion Middleware Control Managing the Wallet Life Cycle

Managing Keystores, Wallets, and Certificates 8-25 ■ The DN information ■ The key size 4. Click Submit. 5. A confirmation message is displayed and the new wallet appears in the list of wallets.

8.4.4.4 Creating a Self-Signed Wallet Using WLST

Assuming the instance name is inst1, use these commands to create a self-signed wallet: createWalletinst1, oid1, oid, oid2, password addSelfSignedCertificateinst1, oid1, oid, oid2, password, subject_dn, key_size where oid2 is the wallet name, subject_dn is the distinguished name of the self-signed certificate, key_size is the key size in bits and password is the password for this wallet. If an auto-login wallet needs to be created, the password should be specified as that is, with no text between the quotes. See Also: Section 8.4.1.1, Password-Protected and Autologin Wallets See Also: ■ Section 6.9.7, createWallet ■ Section 6.9.2, addSelfSignedCertificate 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.