This function will return FALSE if the private key requires a pass phrase.
(PHP 4 >= 4.2.0, PHP 5, PHP 7)
openssl_x509_check_private_key — Überprüft, ob ein privater Schlüssel zu einem Zertifikat passt
Prüft ob der übergebene Schlüssel key der private Schlüssel
zum Zertifikat cert ist.
certDas Zertifikat
keyDer private Schlüssel.
Gibt TRUE zurück wenn key der private Schlüssel
zum Zertifikat certist, andernfalls FALSE.
This function will return FALSE if the private key requires a pass phrase.
Please note that this function only compares the public key component of the private key with the public key residing in the certificate.