Skip to content

Instantly share code, notes, and snippets.

@daryltucker
Last active June 8, 2022 00:54
Show Gist options
  • Save daryltucker/14c45e72abab1264b88e931c0a3f854f to your computer and use it in GitHub Desktop.
Save daryltucker/14c45e72abab1264b88e931c0a3f854f to your computer and use it in GitHub Desktop.
Microsoft Thumbprint
# Microsoft "Thumbprint" is just SHA1 Fingerprint.
openssl x509 -noout -fingerprint -sha1 -inform pem -in cert.pem | grep SHA1 | cut -d "=" -f 2 | sed 's/://g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment