Skip to content

Instantly share code, notes, and snippets.

@damianflannery
Created December 5, 2015 10:05
Show Gist options
  • Save damianflannery/6afddcf26343060945bc to your computer and use it in GitHub Desktop.
Save damianflannery/6afddcf26343060945bc to your computer and use it in GitHub Desktop.
Generate keystore
keytool -genkey -v -keystore my-release-key.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