Linux/MacOS OpenSSL

MD5 modules

You can use MD5 module to check if key and cert are a keypair toghter.

1
2
openssl rsa -modulus -noout -in <name>.key| openssl md5
openssl x509 -modulus -noout -in <name>.crt| openssl md5

Check cert

1
openssl x509 -in <name>.crt -text -noout

Check CSR

1
openssl req -in <name>.csr -noout -text

Short monitoring

1
openssl x509 -in <path>/<name>.crt -noout -checkend 3888000