从Xamarin Keystore创建Google应用程序签名PEM

发布于 2025-02-06 21:45:12 字数 585 浏览 1 评论 0原文

我试图向Google提供PEM文件,以便他们可以在Google控制台中重新键入该应用程序签名。

这是他们要我使用的命令:

keytool -genkeypair -alias upload -keyalg RSA -keysize 2048 -validity 9125 -keystore MYALIAS.keystore

但是,我想在Xamarin中使用钥匙店,以便可以继续通过Visual Studio发布,存档和签名。如果我用他们的命令做新对,我只能使用Android Studio工具签名吗?

因此,我删除了GenKeypair尝试了这一点:

keytool -export -keyalg RSA -keysize 2048 -validity 9125 -alias MYALIAS -file MYALIAS.pem -keystore MYALIAS.keystore

但是,他们说PEM不兼容。

在满足Google的要求时,我可以使用什么键盘命令来继续使用Xamarin键盘?

如果我想继续使用Xamarin密钥库,我是否需要包括GenKeypair?

I tried to provide a PEM file to Google so that they can re-key the app signing in Google Console.

This is the command they want me to use:

keytool -genkeypair -alias upload -keyalg RSA -keysize 2048 -validity 9125 -keystore MYALIAS.keystore

However, I want to use the Keystore in Xamarin so that I can continue to publish, archive, and sign through Visual Studio. If I make a new pair with their command, can I only sign using the Android Studio tools?

So I removed the genkeypair tried this:

keytool -export -keyalg RSA -keysize 2048 -validity 9125 -alias MYALIAS -file MYALIAS.pem -keystore MYALIAS.keystore

But, they said that the PEM was not compatible.

What keytool command can I use to keep using my Xamarin keystore while meeting Google's requirements?

Do I need to include the genkeypair if I want to keep using the Xamarin keystore?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文