Skip to content

Instantly share code, notes, and snippets.

@KucherenkoIhor
Created December 26, 2017 11:25
Show Gist options
  • Save KucherenkoIhor/b8e26ecf101cf6a7d9be7a3bc264836b to your computer and use it in GitHub Desktop.
Save KucherenkoIhor/b8e26ecf101cf6a7d9be7a3bc264836b to your computer and use it in GitHub Desktop.
openssl s_client -connect www.api.disappears.com:443 | openssl x509 -pubkey -noout | openssl rsa -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64
openssl s_client -showcerts -connect www.api.disappears.com:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment