Dump public certs to a file
From Cramsession
✍️ Verified Author: Mflavell • Click 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
Use the command:
openssl s_client -connect www.google.com:443 -showcerts > certs.txt
certs will be in certs.txt