Re: [PHP] Curl With Certificates As Strings

2006-02-09 Thread Oli Howson
curl_setopt($Curl, CURLOPT_SSLCERT, "/tmp/cert.pem"); Never used it, but possibly... curl_setopt($Curl, CURLOPT_SSLCERT, "/some/php/file/to/echo/cert/from/db.php"); just a thought :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Curl With Certificates As Strings

2006-02-09 Thread Gustafson, Tim
Hello! Can Curl be configured to use SSL certificates in strings, rather than in files? I am storing my user's certificates in a mySQL database, and I don't really want to write those certificates to a file, and then use the file, and then delete them when I'm done. I would much rather just p