首页 > 解决方案 > 无法为 android 应用程序创建哈希键:我收到错误“keystore JKS 使用专有格式”

问题描述

我想为我的 android 应用程序创建哈希键。

根据所有网络,这是命令:

keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH> | PATH_TO_OPENSSL_LIBRARY\bin\openssl sha1 -binary | PATH_TO_OPENSSL_LIBRARY\bin\openssl base64

当我在 Windows 上执行此命令时,我收到此消息:

The JKS keystore uses a proprietary format. We recommend migrating to PKCS12, an industry standard format, using the "keytool -importkeystore -srckeystore command ...

我不知道我现在应该做什么。

标签: androidwindowskeystore

解决方案


推荐阅读