Skip to content

Instantly share code, notes, and snippets.

@dehamzah
Created March 5, 2020 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dehamzah/84a52814704c2ae645d4cba589670916 to your computer and use it in GitHub Desktop.
Save dehamzah/84a52814704c2ae645d4cba589670916 to your computer and use it in GitHub Desktop.
Generating new 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