Convert .cer certificate to .jks

前端 未结 4 924
伪装坚强ぢ
伪装坚强ぢ 2021-01-31 08:43

I need to convert a .cer file to a .jks file. I saw a few questions about it, but haven\'t seen a solution to what I need.

I don\'t need it in

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 08:52

    Use the following will help

    keytool -import -v -trustcacerts -alias keyAlias -file server.cer -keystore cacerts.jks -keypass changeit

提交回复
热议问题