Created
April 21, 2026 12:31
-
-
Save huynhbaoan/42169661263edb0a19e173ef29519313 to your computer and use it in GitHub Desktop.
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
| awk '/BEGIN CERTIFICATE/{n++}{print > ("cert" n ".pem")}' /Users/P009979/Downloads/ami-trustedchain | |
| for f in cert*.pem; do echo "===== $f ====="; openssl x509 -in "$f" -noout -subject -issuer -serial -fingerprint -sha256; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment