Pour afficher les informations sur un certificat local
openssl x509 -in /etc/ssl/certs/domain.tld.pem -noout -text
Afficher les informations sur un certificat
openssl s_client -showcerts -host domain.tld -port 443
openssl s_client -connect domain.tld:443 -CApath /etc/ssl/certs