Created
December 19, 2011 18:44
-
-
Save jqno/1498352 to your computer and use it in GitHub Desktop.
Generate a private key for deployment to Android Market
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keytool -genkey -v -keystore ~/.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment