
Oracle White Paper—Oracle Portal Enterprise Deployment Guide: 11.1.1.2
Syntax:
java utils.CertGen <key_passphrase> <cert_file_name> <key_file_name>
[export | domestic] [hostname]
Examples:
APPHOST1> java utils.CertGen welcome1 APPHOST1_cert APPHOST1_key
domestic APPHOST1.mycompany.com
Creating an Identity Keystore Using the utils.ImportPrivateKey Utility
Follow these steps to create an Identity Keystore on APPHOST1.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_BASE/product/FMW/certs).
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.
Import the certificate and private key for APPHOST1 into the Identity Store.
Make sure that you use a different alias for each of the certificate/key 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:
APPHOST1> java utils.ImportPrivateKey appIdentityKeyStore.jks welcome1
appIdentity1 welcome1
ORACLE_BASE/product/FMW/certs/APPHOST1_cert.pem
ORACLE_BASE/product/FMW/certs/APPHOST1_key.pem
Creating a Trust Keystore Using the keytool Utility
Follow these steps to create the Trust Keystore on APPHOST1.mycompany.com.
59
Komentáře k této Příručce