Typically, the modulus of the private and public keys should match and a hash of their values would make for easy comparison
https://kb.wisc.edu/middleware/page.php?id=4064
*************
$ openssl x509 -noout -modulus -in server.crt | openssl md5
$ openssl rsa -noout -modulus -in server.key | openssl md5
************
https://kb.wisc.edu/middleware/page.php?id=4064
*************
$ openssl x509 -noout -modulus -in server.crt | openssl md5
$ openssl rsa -noout -modulus -in server.key | openssl md5
************
No comments:
Post a Comment