Dump public certs to a file

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Computer Notes > Linux > Editing Dump public certs to a file


Use the command:

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

certs will be in certs.txt