Re: How to save privkey

2010-11-05 Thread Mario Brandt
I guess you should ask the PHP guys, not here since it is a PHP function. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated Li

How to save privkey

2010-11-05 Thread meganos
;, "r"); $priv_key = fread($fp, 8192); fclose($fp); $pkeyid = openssl_pkey_get_private(array($priv_key, $passphrase)); echo "PKEY: "; echo $pkeyid; I'd appreciate if anyone could help, thank you! -- View this message in context: http://old.nabble.com/How-to-save-privk