Inspect live server chain openssl

Fetch full chain with SNI; -servername is mandatory for vhosts/SNI backends

openssl s_client -connect <host>:443 -servername <host> -showcerts </dev/null 2>/dev/null
more openssl all 27 commands →