Skip to content

Instantly share code, notes, and snippets.

@binho
Last active December 30, 2015 05:59
Show Gist options
  • Save binho/7786472 to your computer and use it in GitHub Desktop.
Save binho/7786472 to your computer and use it in GitHub Desktop.
Gerar chave para validação Android
# generate key example
keytool -genkey -v -keystore maxwal.keystore -alias maxwal -keyalg RSA -keysize 2048 -validity 10000 -dname "CN=Maxwal, OU=Maxwal, S=São Paulo, C=BR"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment