Hi,

I'd like to verify that a private key and certificate match.

This works in command line:

lee@iMac ~ % openssl rsa -noout -modulus -in /Users/lee/Desktop/SSL/server.key 
| openssl md5
9272d95d3750061ab7c11fa0d4f839a2
lee@iMac ~ % openssl x509 -noout -modulus -in /Users/lee/Desktop/SSL/server.crt 
| openssl md5
9272d95d3750061ab7c11fa0d4f839a2

When I open the .crt file in X509 Certificate MBS example it opens properly and 
correctly shows the common name,

Private Key Hash        EC4EC60891F681C15EE93DA04A205628
Certificate Hash        A2869DF8CC7894B48269ABD5C1FB30E1

Here, the Hashes don't match each other, and neither match the hash shown from 
the openssl command.

Is there something I can use to verify they match?

Regards,

Lee


_______________________________________________
mbsplugins@monkeybreadsoftware.info mailing list

Options and unsubscribe here:
https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to