(PHP 5 >= 5.2.2, PHP 7)
openssl_pkcs12_read — Speichert ein PKCS#12 Zertifikat in einem Array
openssl_pkcs12_read() speichert das im Parameter PKCS12
übergebene PKCS#12 Zertifikat als Array im Parameter certs
.
PKCS12
certs
Enthält im Erfolgsfall die Zertifikatsdaten als Array.
pass
Passwort zum Entschlüsseln der PKCS#12-Datei.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.