Paste any two of your private key, CSR, and certificate to confirm they belong to the same key pair — before you install and hit a mismatch error. Runs entirely in your browser; nothing is uploaded.
Paste any of: Private Key, CSR, and/or Certificate (PEM). We'll check if they belong to the same key pair.
A certificate only works with the exact private key that its CSR was built from. If you generate a new CSR (and key) but install an older certificate, or grab the wrong .key file from a server with several, the public keys won't line up and the server refuses to start TLS. Checking before you install turns a confusing production error into a five-second confirmation.
Need a fresh, matching pair? Generate one with the CSR Generator. Want to read what's inside each file first? Use the SSL Decoder.
No. The matcher runs entirely in your browser and works offline after the page loads. Your private key never leaves your device.
To debug an install error, compare the private key and the certificate. That's the pair the server actually uses.
Find the private key that was generated with the certificate's CSR. If it's lost, generate a new CSR and reissue the certificate so key, CSR and certificate all align.
No — it only confirms they share a key pair. Check validity and expiry separately with the SSL Certificate Checker.