Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 RFC 1421 格式的证书。我使用 keytool 将其导入密钥库。
keytool -import -trustcacerts -keypass android -storepass android -alias my_key -file my_crt.crt -keystore my_project.jsk
当我尝试在 Idea 中导出我的 apk 时,出现此错误:
错误:受信任的证书条目不受密码保护
你知道如何解决吗?