Skip to content

Instantly share code, notes, and snippets.

@umutcoskun
Last active December 13, 2021 22:12
Show Gist options
  • Save umutcoskun/82f9c5c062b55758e1b5c4bf28785cfc to your computer and use it in GitHub Desktop.
Save umutcoskun/82f9c5c062b55758e1b5c4bf28785cfc to your computer and use it in GitHub Desktop.
# Release
$ keytool -genkey -v -keystore KEY_NAME.jks -alias ALIAS_NAME -keyalg RSA -keysize 2048 -validity 10000
# Debug
$ keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment