Certificate Key Matcher

You can use this Certificate Key Matcher to check whether a private key matches a certificate or whether a certificate matches a certificate signing request (CSR). When you are dealing with lots of different certificates it can be easy to lose track of which certificate goes with which private key or which CSR was used to generate which certificate. The Certificate Key Matcher tool makes it easy to determine whether a private key matches or a CSR matches a certificate.

The Certificate Key Matcher simply compares a hash of the public key from the private key, the certificate, or the CSR and tells you whether they match or not. You can check whether a certificate matches a private key, or a CSR matches a certificate on your own computer by using the OpenSSL commands below:

openssl pkey -in privateKey.key -pubout -outform pem | sha256sum openssl x509 -in certificate.crt -pubkey 
-noout -outform pem | sha256sum openssl req -in CSR.csr -pubkey -noout -outform pem | sha256sum`

Warning Your private key is intended to remain on the server. While we try to make this process as secure as possible by using SSL to encrypt the key when it is sent to the server, for complete security, we recommend that you manually check the public key hash of the private key on your server using the OpenSSL commands above.

You can also do a consistency check on the private key if you are worried that it has been tampered with. See Hanno Böck’s article How I tricked Symantec with a Fake Private Key for how to do this and when this might be useful.

Click below URL to access the tool

Click below banner for Global Cloud Hosting and Services, Custom Control Panel and More :wink: