Extract SAN list openssl

Show only SAN entries; modern browsers ignore CN, so SAN is what matters

openssl x509 -in cert.pem -noout -ext subjectAltName
more openssl all 27 commands →