Creating an Identity Keystore Using the utils.ImportPrivateKey Utility Creating a Trust Keystore Using the Keytool Utility
7.3.2 Creating an Identity Keystore Using the utils.ImportPrivateKey Utility
Follow these steps to create an Identity Keystore on SOAHOST1.mycompany.com. 1. Create a new identity keystore called appIdentityKeyStore using the utils.ImportPrivateKey utility. Create this keystore under the same directory as the certificates that is, ORACLE_ BASEadmindomain_nameaserverdomain_namecerts. Import the certificate and private key for both SOAHOST1 and VIPHOST1 into the Identity Store. Make sure that you use a different alias for each of the certificatekey pair imported. Syntax: java utils.ImportPrivateKey keystore_file keystore_ password certificate_alias_to_use private_key_passphrase certificate_file private_key_file [keystore_type] Examples: SOAHOST1 java utils.ImportPrivateKey appIdentityKeyStore.jks welcome1 appIdentity1 welcome1 ORACLE_BASEadmindomain_nameaserverdomain_namecertsSOAHOST1_ cert.pem ORACLE_BASEadmindomain_nameaserverdomain_namecertsSOAHOST1_ key.pem SOAHOST1 java utils.ImportPrivateKey appIdentityKeyStore.jks welcome1 appIdentity2 welcome1 ORACLE_BASEadmindomain_nameaserverdomain_namecertsVIPHOST1_ cert.pem ORACLE_BASEadmindomain_nameaserverdomain_namecertsVIPHOST1_ key.pem7.3.3 Creating a Trust Keystore Using the Keytool Utility
Follow these steps to create the Trust Keystore on SOAHOST1.mycompany.com. Note: The Identity Store is created if none exists when you import a certificate and the corresponding key into the Identity Store using the utils.ImportPrivateKey utility. 7-4 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter 1. Copy the standard java keystore to create the new trust keystore since it already contains most of the root CA certificates needed. Oracle does not recommend modifying the standard Java trust key store directly. Copy the standard Java keystore CA certificates located under the WL_HOMEserverlib directory to the same directory as the certificates. For example: cp WL_HOMEserverlibcacerts ORACLE_BASE admindomain_nameaserverdomain_ namecertsappTrustKeyStore.jks 2. The default password for the standard Java keystore is changeit. Oracle recommends always changing the default password. Use the keytool utility to do this. The syntax is: keytool -storepasswd -new NewPassword -keystore TrustKeyStore -storepass Original Password For example: keytool -storepasswd -new welcome1 -keystore appTrustKeyStore.jks -storepass changeit 3. The CA certificate CertGenCA.der is used to sign all certificates generated by the utils.CertGen tool and is located at WL_HOMEserverlib directory. This CA certificate must be imported into the appTrustKeyStore using the keytool utility. The syntax is: keytool -import -v -noprompt -trustcacerts -alias AliasName -file CAFileLocation -keystore KeyStoreLocation -storepass KeyStore Password For example: keytool -import -v -noprompt -trustcacerts -alias clientCACert -file WL_HOMEserverlibCertGenCA.der -keystore appTrustKeyStore.jks -storepass welcome17.3.4 Configuring Node Manager to Use the Custom Keystores
Parts
» Oracle Fusion Middleware Online Documentation Library
» What is an Enterprise Deployment? Terminology
» Load Balancer Requirements Web Tier
» Oracle Identity Management Application Tier
» Data Tier What to Install Unicast Requirement
» Installation and Configuration Procedure Overview of Installation Strategies
» Database Host Requirements Supported Database Versions Initialization Parameters
» Loading the Oracle Fusion Metadata Repository in the Oracle RAC Database
» Configuring SOA Schemas for Transactional Recovery Privileges Backing Up the Database
» IPs and Virtual IPs Firewalls and Ports
» Hardware Requirements LDAP as Credential and Policy Store
» Installing Oracle HTTP Server on WEBHOST1 and WEBHOST2
» Validating Oracle HTTP Server Through the Load Balancer Backing Up Oracle HTTP Server
» Installing Oracle WebLogic Server Installing Oracle Fusion Middleware for WebCenter
» Enter HOMEoraInventory, where HOME is the home directory of the user Click Next.
» Applying the Java Required Files JRF Template to the WSM-PM_ Cluster
» Manually Failing Over the Administration Server to SOAHOST2
» Restarting the Administration Server Configuring Oracle Coherence for Deploying Composites
» Setting Connection Destination Identifiers for B2B Queues
» Validating Access Through Setting the Frontend HTTP Host and Port
» Installing Oracle Fusion Middleware Home Extending the Domain for WebCenter Components
» Generating Self-Signed Certificates Using the utils.CertGen Utility
» Configuring Node Manager to Use the Custom Keystores
» Configuring Search Services About Adding Oracle UCM to a Domain
» Extending the Domain to Include Oracle UCM
» Configuring the WC_UCM1 Managed Server
» Reassociating the Domain Policy Store
» Running the OAM Configuration Tool
» Configuring IP Validation for the Webgate Understanding Virtual Host configuration
» Configuring Virtual Hosts for OAM 10g
» The RREG Tool Register the WebGate Agent
» Configuring System Properties Setting Up Discussions Server to Use OAM as SSO Provider
» Monitoring the Topology Configuring UMS Drivers
» Managing Space in the SOA Infrastructure Database
» Performing Backups and Recoveries
Show more