Description Syntax Example addCertificateRequest

Configuring SSL in Oracle Fusion Middleware 6-43

6.9.5.3 Examples

The following command configures SSL attributes specified in the properties file tmpssl.properties for Oracle Virtual Directory instance ovd1 in application server instance inst1, for listener listener1: wls:mydomainserverConfig configureSSLinst1, ovd1, ovd, listener1,tmpssl.properties The following command configures SSL attributes without specifying a properties file. Since no file is provided, the default SSL attribute values are used: wls:mydomainserverConfig configureSSLinst1, ovd1, ovd, listener2

6.9.6 createKeyStore

Online command that creates a JKS keystore.

6.9.6.1 Description

This command creates a Java keystore JKS for the specified Oracle Virtual Directory instance. For keystore file location and other information, see Section 8.3.6.1, Location of Keystores.

6.9.6.2 Syntax

createKeyStoreinstName, compName, compType, keystoreName, password

6.9.6.3 Example

The following command creates JKS file keys.jks with the password password for Oracle Virtual Directory instance ovd1 in application server instance inst1: wls:mydomainserverConfig createKeyStoreinst1, ovd1, ovd,keys.jks, password

6.9.7 createWallet

Online command that creates an Oracle wallet.

6.9.7.1 Description

This command creates an Oracle wallet for the specified component instance Oracle HTTP Server, Oracle WebCache or Oracle Internet Directory. Wallets can be of password-protected or auto-login type. For wallet details, see Chapter 8, Managing Keystores, Wallets, and Certificates.

6.9.7.2 Syntax

createWalletinstName, compName, compType, walletName, password 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 filename of the keystore file to be created. password Specifies the keystore password.