In my PayPal Pro payment page I use the cURL function curl_setopt_array(
) with the following option : cUIn CURLOPT_CAINFO => dirname(__FILE__) . '/cacert.pem'.
Works fine, however even after some research I don't understand what exactly is cacert.pem
for. I don't understand the concept of "verification against" that is mentioned everywhere. And what is the relationship between this file and the .csr/.crt
certificate I bought to my provider?