openssl_x509_check_private_key

(PHP 4 >= 4.2.0, PHP 5, PHP 7)

openssl_x509_check_private_keyComprueba si una clave privada se corresponde a un certificado

Descripción

openssl_x509_check_private_key ( mixed $cert , mixed $key ) : bool

Comprueba si key es la clave privada que se corresponde con cert.

Parámetros

cert

El certificado.

key

La clave privada.

Valores devueltos

Devuelve TRUE si key el la clave privada que se conrresponde con cert, o FALSE si no.