You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
I created a .pem certificate in my sandbox account. Now where do I put that on my server? Anywhere I want? Then do I just change this line to point to it? curl_setopt($ch, CURLOPT_CAINFO, __DIR__ . "/cert/cacert.pem"); I can get the example_usage.php working using the cacert.pem file. But how do I get it working with my own file? Or can I just use the cacert.pem in production? I wish there was a bit more documentation about all this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created a .pem certificate in my sandbox account. Now where do I put that on my server? Anywhere I want? Then do I just change this line to point to it?
curl_setopt($ch, CURLOPT_CAINFO, __DIR__ . "/cert/cacert.pem");
I can get the example_usage.php working using the cacert.pem file. But how do I get it working with my own file? Or can I just use the cacert.pem in production? I wish there was a bit more documentation about all this.The text was updated successfully, but these errors were encountered: