Skip to content

Instantly share code, notes, and snippets.

@detj
Created October 8, 2025 12:32
Show Gist options
  • Save detj/d01227c16e7b6ee2dc9a9d72103564eb to your computer and use it in GitHub Desktop.
Save detj/d01227c16e7b6ee2dc9a9d72103564eb to your computer and use it in GitHub Desktop.
Read an x509 certificate
# assuming the certificate is in a file at /tmp/cert.txt
cat /tmp/cert.txt | openssl x509 -text -noout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment