Fulltext results:
- Compare a Key with its Certificate
- ''server.crt'', they need to have the same "modulus" and "exponent". openssl x509 -noout -text -in... always 65537. So we only need to compare the modulus. openssl x509 -noout -modulus -in server.crt openssl rsa -noout -modulus -in server.key Example: <file> $ openssl x509 -noout -