什么是源密钥库密码以及如何找到它?

what is source keystore password and how to find it?

我正在探索单点登录。我在 SSOCircle 上创建了一个帐户并为我的 mozila firefox 浏览器导出了证书。现在我必须将其导入到我的 saml 密钥库中。为此,我使用以下命令:

C:\Program Files\Java\jdk1.8.0_112\bin>keytool -importkeystore -srckeystore  F:\OrbeonB2C_H_6.3\ssocircle.pfx -srcstoretype pkcs12 -destkeystore samlKeystore.jks -deststoretype JKS

现在我收到以下错误:

Enter destination keystore password:
Re-enter new password:
Enter source keystore password:
keytool error: java.io.IOException: toDerInputStream rejects tag type 45

如何找到源密钥库密码?

您在创建 pfx 文件时已经设置了源密码。你检查下面的文件了吗? https://help.hybris.com/6.4.0/hcd/03eea6e589054c70a0fb25767cb664a1.html