Dump cert chain

$ openssl s_client -showcerts -servername <hostname> -connect <hostname>:443

Read CRL

$ openssl crl -inform {DER|PEM} -noout -text -in <crl>