Water
Water

Reputation: 1182

WebLogicServer doesn't create DemoIdentity.jks

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?

Upvotes: 5

Views: 8950

Answers (1)

Panagiotis Chavariotis
Panagiotis Chavariotis

Reputation: 986

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

Upvotes: 11

Related Questions