Skip to content

Commit f329fa1

Browse files
author
Michael Christopher
committed
Moved CA certificates into Zencoder folder
1 parent b3bb3b4 commit f329fa1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Services/Zencoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function __construct(
7373
$api_host,
7474
array("curlopts" => array(
7575
CURLOPT_USERAGENT => self::USER_AGENT,
76-
CURLOPT_CAINFO => dirname(__FILE__) . "/zencoder_ca_chain.crt",
76+
CURLOPT_CAINFO => dirname(__FILE__) . "/Zencoder/zencoder_ca_chain.crt",
7777
), "api_key" => $api_key, "debug" => $debug)
7878
);
7979
$this->accounts = new Services_Zencoder_Accounts($this);

0 commit comments

Comments
 (0)