Description Syntax Examples importWallet

6-56 Oracle Fusion Middleware Administrators Guide

6.9.23.3 Example

The following command lists all keystores for Oracle Virtual Directory instance ovd1 in application server instance inst1: wls:mydomainserverConfig listKeyStoresinst1, ovd1, ovd

6.9.24 listWalletObjects

Online command that lists all objects in an Oracle wallet.

6.9.24.1 Description

This command lists all certificate signing requests, certificates, or trusted certificates present in an Oracle wallet for the specified component instance Oracle HTTP Server, Oracle WebCache or Oracle Internet Directory.

6.9.24.2 Syntax

listWalletObjectsinstName, compName, compType, walletName, password, type

6.9.24.3 Examples

The following command lists all certificate signing requests in wallet1, for Oracle Internet Directory instance oid1, in application server instance inst1: wls:mydomainserverConfig listWalletObjectsinst1, oid1, oid,wallet1,password, CertificateRequest The following command lists all certificates in wallet1, for Oracle Internet Directory instance oid1, in application server instance inst1: wls:mydomainserverConfig listWalletObjectsinst1, oid1, oid,wallet1,password, Certificate The following command lists all trusted certificates in wallet1, for Oracle Internet Directory instance oid1, in application server instance inst1: wls:mydomainserverConfig listWalletObjectsinst1, oid1, oid,wallet1,password, TrustedCertificate

6.9.25 listWallets

Online command that lists all wallets configured for a component instance. Argument Definition instName Specifies the name of the application server instance. compName Specifies the name of the component instance. compType Specifies the type of component. Valid values are ohs,oid, and webcache. walletName Specifies the name of the wallet file. password Specifies the password of the wallet. type Specifies the type of wallet object to be listed. Valid values are CertificateRequest, Certificate, and TrustedCertificate. Configuring SSL in Oracle Fusion Middleware 6-57

6.9.25.1 Description

This command displays all the wallets configured for the specified component instance Oracle HTTP Server, Oracle WebCache or Oracle Internet Directory, and identifies the auto-login wallets.

6.9.25.2 Syntax

listWalletsinstName, compName, compType

6.9.25.3 Example

The following command lists all wallets for Oracle Internet Directory instance oid1 in application server instance inst1: wls:mydomainserverConfig listWalletsinst1, oid1, oid

6.9.26 removeKeyStoreObject

Online command that removes an object from a keystore.

6.9.26.1 Description

This command removes a certificate request, certificate, trusted certificate, or all trusted certificates from a Java keystore JKS for Oracle Virtual Directory. Use an alias to remove a specific object; no alias is needed if all trusted certificates are being removed.

6.9.26.2 Syntax

removeKeyStoreObjectinstName, compName, compType, keystoreName, password, type, alias

6.9.26.3 Examples

The following command removes a certificate or certificate chain denoted by alias mykey in keys.jks, for Oracle Virtual Directory instance ovd1, in application server instance inst1: Argument Definition instName Specifies the name of the application server instance. compName Specifies the name of the component instance compType Specifies the type of component. Valid values are ohs,oid, and webcache. Argument Definition instName Specifies the name of the application server instance. compName Specifies the name of the component instance. compType Specifies the type of component. Valid value is ovd. keystoreName Specifies the name of the keystore file. password Specifies the password of the keystore. type Specifies the type of the keystore object to be removed. Valid values are Certificate, TrustedCertificate or TrustedAll. alias Specifies the alias of the keystore object to be removed.