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 — Vérifie si une clé privée correspond à un certificat
Vérifie si le paramètre key fourni est la clé privée
qui correspond à cert.
certLe certificat.
keyLa clé privée.
Retourne TRUE si key est la clé privée qui correspond à
cert, ou FALSE sinon.
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.