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.
.cer
.jks
I don\'t need it in
Use the following will help
keytool -import -v -trustcacerts -alias keyAlias -file server.cer -keystore cacerts.jks -keypass changeit