我可以在 Linux(Mint Tara,基于 Ubuntu)上的 Google Chrome()中导入证书Version 68.0.3440.106 (Official Build) (64-bit)
,但在 Windows 10 上的 Google Chrome 中执行相同操作Version 68.0.3440.106 (Offizieller Build) (64-Bit)
失败,原因如下:
输入的密码是否错误
(“输入的密码错误”)
看来 Google Chrome 正在使用 Windows Backend 来管理证书。
我有什么选择?
答案1
这是一个解决方法:
- 将受密码保护的证书转换为不受密码保护的证书
- 将其移动到您的 Windows 机器
- 将其导入
Chrome for Windows
。系统不会询问您密码 - 从文件系统中删除不受密码保护的证书。
要取消保护证书,请按照说明进行操作这里:
» openssl pkcs12 -in cert-protected.p12 -nodes | openssl pkcs12 -export -out cert-no-pass.p12
Enter Import Password:
Enter Export Password:
Verifying - Enter Export Password:
如Import Password
输入原始密码,如Export Password
输入空密码。