Dump public certs to a file

From Cramsession
Revision as of 16:49, 9 June 2025 by Mflavell (talk | contribs) (Created page with "Use the command: openssl s_client -connect www.google.com:443 -showcerts > certs.txt certs will be in certs.txt")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Use the command:

openssl s_client -connect www.google.com:443 -showcerts > certs.txt

certs will be in certs.txt