Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebLogicServer doesn't create DemoIdentity.jks

Tags:

java

weblogic

Whenever I install WebLogicServer, it doesn't create DemoIdentity.jks under base_domain. As such, I can't use SSL 7002.

I can't create a a new .jks file using instructions here : create new jks

It gives me error: java.security.invalidkeyexception : exponent is larget than modulus Make sure the CA files are in DER format.

Which they are.

Is there a reason for this happening? Any solutions to it?

like image 999
Water Avatar asked Feb 13 '18 16:02

Water


1 Answers

In order to bypass this issue, use the "-noskid" parameter when running utils.CertGen .

like image 155
Panagiotis Chavariotis Avatar answered Sep 28 '22 03:09

Panagiotis Chavariotis