Skip to content

Instantly share code, notes, and snippets.

@trinnguyen
Created June 21, 2016 03:34
Show Gist options
  • Save trinnguyen/c05a8dc737b2fb98600ff77c28fe2573 to your computer and use it in GitHub Desktop.
Save trinnguyen/c05a8dc737b2fb98600ff77c28fe2573 to your computer and use it in GitHub Desktop.
Linkedin Mobile SDK Android - generate hash for debug keystore
keytool -exportcert -keystore debug.keystore -alias androiddebugkey | openssl sha1 -binary | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment