# Check whether a private key matches a certificate (do this before installing the cert) (courtesy sslshopper tools page)
openssl x509 -noout -modulus -in certificate.crt | openssl md5
openssl rsa -noout -modulus -in privateKey.key | openssl md5
# Check whether a private key matches a certificate (do this before installing the cert) (courtesy sslshopper tools page)
openssl x509 -noout -modulus -in certificate.crt | openssl md5
openssl rsa -noout -modulus -in privateKey.key | openssl md5