Checking / decoding a PEM certificate
Did you ever end up with a bunch of PEM files from your SSL certificates? Don’t you know which one corresponds to which domain, or where do they expire?
Decode them as simple as this command:
openssl x509 -in certificate.crt.pem -text -noout