Created
December 29, 2012 14:44
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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