TOOLBOX
עברית
EN
← All tools
All tools
/
SSL & certificates
/
Key & CRT Match
Key & CRT Match
Runs on our server
Check that a private key really belongs to a certificate.
Private key
· load file
Certificate
· load file
CSR
— optional, for a three-way check
Key password
— only if encrypted
Check →
We derive the public key from each file and compare — the same thing
openssl x509 -modulus | md5
does, without having to remember the command. Nothing is stored.