Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OBIEE11g SSL Setup and Configuration:Unable to import CA(Root certificate)

user248025Jun 5 2012 — edited Nov 29 2012
Hi,

I just followed below MY Oracle Support Article
OBIEE11g SSL Setup and Configuration [ID 1326781.1]

the step 5,5. Import the CA certificate (Root certificate) and Server Certificate into the Java Keystore
unable to succeed getting below error


D:\Oracle\Middleware\user_projects\domains\bifoundation_domain>keytool -import -
trustcacerts -alias mycacert -file cacert.pem -keystore Devstore.jks -storepass
<given our password>

keytool error: java.io.FileNotFoundException: cacert.pem (The system cannot find
the file specified)

do you know the path of the files? how do we need to run..?

I just tried below but getting same error
(http://docs.oracle.com/cd/E23943_01/bi.1111/e10543/ssl.htm#CIHHAGGC)
Import the root certificate to the libOVD keystore using the keytool command:
<MW_HOME>/jdk160_24/bin/keytool -import -keystore <MW_HOME>\user_projects\domains\bifoundation_domain\config\fmwconfig\ovd\default\keystores/adapters.jks -storepass <KeyStore password> -alias <alias of your choice> -file <Certificate filename>


Note:
1) we have received 3 Security Certificate (.cer) files from our n/w SSL team and moved those files into our seved drive D:\Oracle\Middleware\ssl

2) Currently the oracle demo certificate is working fine.when we are trying to use our own cerfication only getting unable to Import the CA certificate issues

Thanks
Deva

Edited by: Devarasu on Jun 5, 2012 2:01 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details