Test a Component Configured for CRL Validation

Configuring SSL in Oracle Fusion Middleware 6-39 Table 6–2 WLST Commands for Oracle Wallet Management Use this command... To... Use with WLST... addCertificateRequest Generate a certificate signing request in an Oracle wallet. Online addSelfSignedCertificate Add a self-signed certificate to an Oracle wallet. Online changeWalletPassword Change the password to an Oracle wallet. Online createWallet Create an Oracle wallet. Online deleteWallet Delete an Oracle wallet. Online exportWallet Export an Oracle wallet to a file. Online exportWalletObject Export an object for example, a certificate from an Oracle wallet to a file. Online getWalletObject Display a certificate or other object present in an Oracle wallet. Online importWallet Import an Oracle wallet from a file. Online importWalletObject Import a certificate or other object from a file to an Oracle wallet. Online listWalletObjects List all objects such as certificates present in an Oracle wallet. Online listWallets List all Oracle wallets configured for a component instance. Online removeWalletObject Remove a certificate or other object from a component instances Oracle wallet. Online Table 6–3 WLST Commands for Java Keystore JKS Management Use this command... To... Use with WLST... changeKeyStorePassword Change the password to a JKS keystore. Online createKeyStore Create a JKS keystore. Online deleteKeyStore Delete a JKS keystore. Online exportKeyStore Export a JKS keystore to a file. Online exportKeyStoreObject Export an object for example, a certificate from a JKS keystore to a file. Online generateKey Generate a keypair in a JKS keystore. Online getKeyStoreObject Display a certificate or other object present in a JKS keystore. Online importKeyStore Import a JKS keystore from a file. Online importKeyStoreObject Import a certificate or other object from a file to a JKS keystore. Online listKeyStoreObjects List all objects for example, certificates present in a JKS keystore. Online listKeyStores List all JKS keystores configured for a component instance. Online removeKeyStoreObject Remove a certificate or other object from a component instances JKS keystore. Online