Last active
June 8, 2022 00:54
-
-
Save daryltucker/14c45e72abab1264b88e931c0a3f854f to your computer and use it in GitHub Desktop.
Microsoft Thumbprint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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