
Oracle White Paper—Oracle Portal Enterprise Deployment Guide: 11.1.1.2
APPHOST2> cd certs
4. Run the utils.CertGen tool from the user-defined directory to create the certificates for
APPHOST2.
Syntax:
java utils.CertGen <key_passphrase> <cert_file_name> <key_file_name>
[export | domestic] [hostname]
Examples:
APPHOST2> java utils.CertGen welcome1 APPHOST2_cert APPHOST2_key domestic
APPHOST2.mycompany.com
Creating an Identity Keystore Using the "utils.ImportPrivateKey" Utility
Follow these steps to create an Identity Keystore on APPHOST2.mycompany.com.
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 that 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 APPHOST2 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>]
Example:
APPHOST2> java utils.ImportPrivateKey appIdentityKeyStore.jks welcome1
appIdentity1 welcome1 ORACLE_BASE/product/FMW/certs/APPHOST2_cert.pem
ORACLE_BASE/product/FMW/certs/APPHOST2_key.pem
Creating a Trust Keystore Using the keytool Utility
Follow these steps to create the Trust Keystore on APPHOST2.mycompany.com.
63
Commentaires sur ces manuels