Skip to content

Instantly share code, notes, and snippets.

@jqno
Created December 19, 2011 18:44
Show Gist options
  • Save jqno/1498352 to your computer and use it in GitHub Desktop.
Save jqno/1498352 to your computer and use it in GitHub Desktop.
Generate a private key for deployment to Android Market
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