How to check SSL Key / CSR / Certificate Files using OpenSSL
In case you need to verify, if certificate private key / signing request / certificate file do match, use the following openssl commands: openssl rsa -noout -modulus -in {{privatekey_file}} | …