【发布时间】:2020-06-09 21:36:34
【问题描述】:
我想将 pem 文件转换为 jks 文件,如下所示,
只有我有以下文件:
caroot.pem
key.pem
certificate.pem
我想使用 pem 文件获取 jks 文件
*caroot.pem as keystr.jks
key.pem as key
certificate.pem as trststr.jks*
I want to fetch jks files from pem
I have tried several other ways but those didnt work for me. `
【问题讨论】:
-
你能澄清你的问题吗?请参阅How to Ask、help center、minimal reproducible example。