How to check an MD5 hash of the public key to ensure that it matches with what is in a CSR or private key using openssl command?

$openssl x509 -noout -modulus -in certificate.crt | openssl md5
$openssl rsa -noout -modulus -in privateKey.key | openssl md5
$openssl req -noout -modulus -in CSR.csr | openssl md5
  •  
  •  
  •  
  •  

Viet Luu has written 318 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.

Leave a Reply