无法生成PEM到BKS

时间:2016-07-04 18:30:07

标签: android ssl

抱歉我的英文。我尝试从* .pem生成到bks文件。我有一个文件夹,此文件夹中有2个文件, bcprov-jdk16-146.jar - 库和 my-certificate-file.pem - 我的pem文件

enter image description here

在我输入的控制台中

keytool -import -v -trustcacerts -alias myalias -file <(openssl x509 -in my-certificate-file.pem) -keystore mystore.bks -storetype BKS -provider org.bouncycastle.jce.provider.BouncyCastleProvider -providerpath "C:/test/bcprov-jdk16-146.jar" -storepass 123456

我收到了这个错误

The system cannot find the file specified.

0 个答案:

没有答案
相关问题