Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 12, 2017 16:46
Show Gist options
  • Save alexcheng1982/31e296adfa19b38c6fd2b83954fd4e98 to your computer and use it in GitHub Desktop.
Save alexcheng1982/31e296adfa19b38c6fd2b83954fd4e98 to your computer and use it in GitHub Desktop.
Generate keystore
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