Login  Register

Re: jar signing code failed.

Posted by Naseem khan on Nov 26, 2021; 11:13am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/jar-signing-code-failed-tp10450p10456.html

Hi,

We are followed the exact same note 1591073.1 but I have to clear few things.

Before jre sign coding, upgraded   jdk version 6 to jdk 7 and also jre plugin version 1.6.7 to new jre 8 plugin.

But after both upgrade Firefox & IE popup messages are appeared, as per the note we have to complete JAR Signing code for prevent that messages.

I show you the high level steps for jar signing.

a)  adjkey -initialize -keysize 2048  -alias test_ebs12

adjkey is complete.

b) keytool -sigalg SHA256withRSA -certreq -keystore /d01/oracle/TEST/apps/apps_st/appl/admin/adkeystore.dat -file /d01/oracle/TEST/apps/apps_st/appl/admin/adkeystore.crt -test_ebs12

it has generated adkeystore.crt


c)  third & last step to import adkeystore.crt file .

keytool -import -file adkeystore.csr -trustcacerts -alias test_ebs12 -keystore adkeystore.dat


here it is failed.


Make sure I have implemented first time the jar signing code, so these steps I have to followed from note 1591073.1

Is it required any extra certificate  , as you have mentioned to check with security Admin .

please explain in details.

Thanks,
Naseem