Skip to content

Instantly share code, notes, and snippets.

@hilt86
Last active November 1, 2019 10:45
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 hilt86/56d6fcf3bf9ac85490fe99b1bf261f06 to your computer and use it in GitHub Desktop.
Save hilt86/56d6fcf3bf9ac85490fe99b1bf261f06 to your computer and use it in GitHub Desktop.
openssl-tips-tricks

Useful security related commands

Prints the SHA fingerprint of a certificate

openssl x509 -noout -fingerprint -sha256 -inform pem -in cert.crt

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