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
Check Certificate
openssl x509 -text -noout -in ABC.crt