On peut utiliser openssl pour lire un certificat ssl :

commande :

- de format PEM

openssl x509 -text -noout -in <nom_fichier>

- de format DER

openssl x509 -in <nom_fichier> -inform der -text -noout