I have a certificate in RFC 1421 format. I imported it to keystore using keytool.
keytool -import -trustcacerts -keypass android -storepass android
-alias my_key -file my_crt.crt -keystore my_project.jsk
When I try to export my apk in Idea I got this error:
Error: trusted certificate entries are not password-protected
Do you know how to fix it?