Linux Redhat
Verify the CSR's contents by viewing it with this command:
#openssl req -noout -text -in "servername.csr"
Verify the Entrust SSL Certificate (signed public key) with this command:
#openssl x509 -noout -text -in /ssl.crt/server.crt (ssl.crt is the full directory)
Verify the private key with this command:
#openssl rsa -noout -text -in /ssl.key/server.key (ssl.key is the full directory)
To make sure you are using the right private key with the right web server certificate (public key) The "modulus" and the "public exponent" portions in the private key and the web server certificate must match.