如何生成一个签名密钥库文件中的Mac OSX的的PhoneGap构建?密钥、文件、Mac、OSX

由网友(来世路兄弟陪。)分享简介:我撞我的头撞墙用这个。I'm banging my head against a brick wall with this one.我使用PhoneGap的生成,使Android应用程序。我已经签署了Android市场,可以看到内部的公共密钥。我该如何去作一个密钥存储文件,别名,一个关键的密码,并从这里存储密码?...

我撞我的头撞墙用这个。

I'm banging my head against a brick wall with this one.

我使用PhoneGap的生成,使Android应用程序。我已经签署了Android市场,可以看到内部的公共密钥。 我该如何去作一个密钥存储文件,别名,一个关键的密码,并从这里存储密码? 我在Mac OSX。 提前致谢! 克里斯

I'm using PhoneGap Build to make an Android application. I have signed up for Android Marketplace and can see the Public Key within. How do I go on to make a keystore file, an Alias, a key password and a keystore password from here? I am on Mac OSX. Thanks in advance! Chris

推荐答案

我不知道关于MAC机,但我成功地运行从Ubuntu的这个命令。

I dont know about mac machine, but i am successful to run this command from Ubuntu.

就在控制台发出以下命令:

Just issue this command at console:

keytool –genkey –v –keystore just2try.keystore –alias just2try –keyalg RSA –validity 10000

在发出此命令的控制台,它会问你关于生成密钥存储文件中的一些问题。

Once you issue this command at console, it will ask you some question regarding to generate keystore file.

阅读全文

相关推荐

最新文章