📜  bash 从证书和密钥创建 jks - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:49:26.256000             🧑  作者: Mango
代码示例2
keytool -importkeystore -srckeystore abc.p12 \
-srcstoretype PKCS12 \
-destkeystore abc.jks \
-deststoretype JKS