Tests certificats SSL

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
  • infrastructure/securite/ssl/tests.txt
  • Dernière modification : 10/10/2020 11:48
  • de Stéphane Paillet