Wallet Naming Conventions About Wallets and Certificates

8-24 Oracle Fusion Middleware Administrators Guide In this example, we choose to add a CR: 8. Click Finish. 9. There are two options for the CR: ■ Copy and paste the Base64-encoded certificate request from the text box to a file ■ Export it directly to a file with the Export Certificate Request button. 10. A message appears confirming the wallet creation.

8.4.4.2 Creating a Wallet Using WLST

Assuming the instance name is inst1, use this command to create a wallet: createWalletinst1, oid1, oid, oid2, password where oid2 is the wallet name 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, no text between the quotes.

8.4.4.3 Creating a Self-Signed Wallet Using Fusion Middleware Control

Take these steps to create a self-signed 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 Create Self-Signed Wallet. 3. On the Self-Signed Wallet page, enter data to create the wallet. This includes: ■ The wallet name ■ Whether this is an auto-login wallet Note: The WLST commands described in this chapter use Oracle Internet Directory as the example component. The same commands can be executed for Oracle HTTP Server or Oracle Web Cache by changing the third parameter from oid to ohs or webcache respectively. See Also: Section 6.9.7, createWallet . See Also: Section 8.4.1.2, Self-Signed and Third-Party Wallets 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