Posted by mmacia on 12/26/07 14:12
The correct way is: $file = '/home/mmacia/mycert.p12'; $handle = fopen($file, 'r'); $p12buf = fread($handle, filesize($file)); fclose($handle); openssl_pkcs12_read($p12buf, $p12arr, 'passphrase');
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming