Posted by mmacia on 12/26/07 12:21
Hello, i'm trying to use the function openssl_pkcs12_read() but always return false and there's no examples in documentation: $cert = array(); if ( openssl_pkcs12_read('mycert.p12', $cert, 'mypassword') ) { echo 'success'; } else { echo 'fail'; } what's wrong?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming