1
2
3
4
5
6
7
8
9
10
|
❯ echo | openssl s_client -servername www.google.com -connect www.google.com:443 | openssl x509 -noout -dates
depth=2 C = US, O = Google Trust Services LLC, CN = GTS Root R1
verify return:1
depth=1 C = US, O = Google Trust Services LLC, CN = GTS CA 1C3
verify return:1
depth=0 CN = www.google.com
verify return:1
DONE
notBefore=Mar 18 20:38:49 2024 GMT
notAfter=Jun 10 20:38:48 2024 GMT
|