Navigation Menu

Skip to content

Commit

Permalink
Removed pointer to dev machine ssl cert. Closed #55
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Jun 11, 2013
1 parent e4867b9 commit 8ed182b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/admin.php
Expand Up @@ -227,7 +227,6 @@ public function invalidateCloudfrontPosts($url) {
$s3KeySecret = $this->theme->options('s3_access_secret');

$S3 = new S3($s3Key, $s3KeySecret);
$S3->setSSLAuth(null, null, 'C:\\xampp_shared\\apache_conf\\cacert.pem');

// invalidate cloudfront cache (if applicable)
$downloadDomain = $this->theme->options('s3_download');
Expand Down

0 comments on commit 8ed182b

Please sign in to comment.