Dump public certs to a file: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with "Use the command: openssl s_client -connect www.google.com:443 -showcerts > certs.txt certs will be in certs.txt")
 
No edit summary
 
Line 1: Line 1:
[[Computer Notes]] > [[Linux]] > Editing Dump public certs to a file
Use the command:
Use the command:



Latest revision as of 16:54, 9 June 2025

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