Skip to content

Instantly share code, notes, and snippets.

@Ademking
Created June 30, 2019 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ademking/29c3dc9721f723c3c246b78df3063539 to your computer and use it in GitHub Desktop.
Save Ademking/29c3dc9721f723c3c246b78df3063539 to your computer and use it in GitHub Desktop.
Generate Keystore for Ionic

How to generate base64 hash for facebook login

video: https://www.youtube.com/watch?v=sOxaeS8mJJg

keytool -genkey -v -keystore FestivalBizerte.keystore -alias com.festivalbizerte.com -keyalg RSA -keysize 2048 -validity 10000

keytool -exportcert -keystore FestivalBizerte.keystore -list -v

keytool -exportcert -alias com.festivalbizerte.com -keystore FestivalBizerte.keystore | "C:\OpenSSL-Win64\bin\openssl" sha1 -binary | "C:\OpenSSL-Win64\bin\openssl" base64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment