From 8ed182bba2a32c8d11aefefbff7e6a447d95b4f4 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 11 Jun 2013 14:00:14 -0700 Subject: [PATCH] Removed pointer to dev machine ssl cert. Closed #55 --- libs/admin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/admin.php b/libs/admin.php index e7d16fe..b35b937 100644 --- a/libs/admin.php +++ b/libs/admin.php @@ -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');