openssl_pkcs12_read

Speichert ein PKCS#12 Zertifikat in einem Array

Beschreibung

bool openssl_pkcs12_read ( mixed $PKCS12 , array &$certs , string $pass )

openssl_pkcs12_read speichert das im Parameter PKCS12 übergebene PKCS#12 Zertifikat als Array im Parameter certs.

Parameter-Liste

PKCS12

certs

Enthält im Erfolgsfall die Zertifikatsdaten als Array.

pass

Passwort zum Entschlüsseln der PKCS#12-Datei.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.