在 Flash CS5.5 中发布 iOS 时,如何找出在 openssl 中创建的 p12 密码?

发布于 2024-11-07 12:29:33 字数 373 浏览 0 评论 0原文

我已经完成了 iPhone 应用程序的 Flash 开发,支付了开发许可证费用,并使用了这个 教程使用 openSSL 制作我的 p12 文件。我已经从苹果下载了配置文件并完成了 p12,但我不知道如何找出 p12 的密码。当我发布 flash 时,告诉我“无法加载密钥库文件(密码可能不正确)。所以基本上我需要知道如何找出密码。我对 openssl 完全陌生,所以我不确定是否有我需要的东西添加到代码中还是什么?

I've finished up development in flash for my iphone app, payed for the dev license, and used this tutorial to use openSSL to make my p12 file. I have the provisioning profile downloaded from apple and the p12 done, but I have no clue how to figure out the password of the p12. When I publish flash tells me "could not load keystore files (password may be incorrect). So basically I need to know how to figure out the password. I'm completely new to openssl so I'm not sure if there's something I need to add in the code or what?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我一直都在从未离去 2024-11-14 12:29:33

最简单的方法就是从“钥匙串访问”应用程序导出证书。当您导出它(以 .p12 格式)时,您必须添加将在 Flash 中使用的密码。仅当您使用 MAC 操作系统时,此选项才可用。

The easiest way is just to export your certificate from your "Keychain Access" application. When you export it (in .p12 format) you have to add a password which you will use in flash. This option is available only if you are using MAC OS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文