抱歉我的英文。我尝试从* .pem生成到bks文件。我有一个文件夹,此文件夹中有2个文件, bcprov-jdk16-146.jar - 库和 my-certificate-file.pem - 我的pem文件
在我输入的控制台中
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.