How To See Certificate Internals In The Terminal
This command allows you to see the internals of SSL certs without having to use some fishy website
Flo
Here is the command to e.g which additional SAN are included in the SSL certificate. You have to make sure that openssl is installed on your machine.
openssl x509 -in /path/to/certificate.crt -text -noout