Friday, September 19, 2014

check SSL certificate with key

openssl rsa -noout -modulus -in file.key
openssl req -noout -modulus -in file.csr
openssl x509 -noout -modulus -in file.cer

check the outputs

No comments: