Created
December 12, 2017 16:46
-
-
Save alexcheng1982/31e296adfa19b38c6fd2b83954fd4e98 to your computer and use it in GitHub Desktop.
Generate keystore
This file contains hidden or 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 -keystore mykey.jks -alias mykey -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -genkey -validity 3650 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment