How to Check If an RSA Cert Matches an RSA Key
Problem: you find a key and a cert file on, and need to check if the cert matches the key. Solution: Check the modulo (n=p*q) of both key and cert to see if they are equal. Version: tested with openssl 3.0.11 on devuan 5
How to Check If an RSA Cert Matches an RSA Key Read More »