Samstag, 14. Mai 2016

openSSL SSL Certificate check and other hints

In case you need to confirm, that your private key matches to your certificate:

openssl x509 -noout -modulus -in server.crt | openssl md5
openssl rsa -noout -modulus -in server.key | openssl md5


Check Certificate

openssl x509 -text -noout -in ABC.crt