WebLogicServer 没有创建 DemoIdentity.jks

WebLogicServer doesn't create DemoIdentity.jks

每当我安装 WebLogicServer 时,它都不会在 base_domain 下创建 DemoIdentity.jks。因此,我无法使用 SSL 7002。

我无法使用此处的说明创建新的 .jks 文件:create new jks

它给我错误:java.security.invalidkeyexception:指数大于模数 确保 CA 文件为 DER 格式。

它们是什么。

发生这种情况有什么原因吗?有什么解决办法吗?

为了绕过这个问题,在 运行 utils.CertGen 时使用“-noskid”参数。