Skip to content

Instantly share code, notes, and snippets.

@galex
Created December 29, 2012 14:44
Show Gist options
  • Save galex/4407289 to your computer and use it in GitHub Desktop.
Save galex/4407289 to your computer and use it in GitHub Desktop.
Generates a certificate of 10 days to be able to send limited time valid apks to test users
keytool -genkey -v -keystore limited.keystore -alias limited -keyalg RSA -keysize 2048 -validity 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment