在Weblogic 10中安装SSL支持

我有一些麻烦安装我的SSL证书到Weblogic 10,这里是我的configuration步骤:

这给了我输出:

<Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias myKeystore from the JKS keystore file /Oracle/Middleware/user_projects/domains/testDomain/myKeystore .> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /root/Oracle/Middleware/jrockit_160_05_R27.6.2-20/jre/lib/security/cacerts.> <Could not load a jks keystore from the file /Oracle/Middleware/jrockit_160_05_R27.6.2-20/jre/lib/security/cacerts. Exception: java.io.IOException: Keystore was tampered with, or password was incorrect> 

现在密码是正确的,但这是行不通的,为什么?

在weblogic控制台中,您是否在Keystores选项卡上提供密钥库密码(“myStorePass”),并在SSL选项卡上提供了私钥的密码?