Certificate Reference

It can be handy to view certificate information from a server via the CLI - most often if the website likes to redirect a normal browser.

echo | openssl s_client -showcerts -servername google.com -connect google.com:443 2>/dev/null | openssl x509 -inform pem -noout -text

DavisSystem

Consolidated Notes From the Desk of Sean Davis.


Certificate Reference

By Sean, 2024-05-26