How to Check the key and the cert.
openssl x509 -noout -modulus -in crt | openssl md5
openssl rsa -noout -modulus -in key | openssl md5
How to Check the expiration date from openssl.
openssl x509 -in beta.ralphbankston.com.crt -noout -enddate
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.