Created
October 8, 2025 12:32
-
-
Save detj/d01227c16e7b6ee2dc9a9d72103564eb to your computer and use it in GitHub Desktop.
Read an x509 certificate
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
| # 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