You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/06/28 17:10:18 UTC

airavata-php-gateway git commit: Updating default cafile-path in pga_config.php template

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 5a25574e3 -> 74768948b


Updating default cafile-path in pga_config.php template


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/74768948
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/74768948
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/74768948

Branch: refs/heads/develop
Commit: 74768948b58347d054ff27a232e64134080c1266
Parents: 5a25574
Author: Marcus Christie <ma...@iu.edu>
Authored: Wed Jun 28 13:09:40 2017 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Wed Jun 28 13:09:40 2017 -0400

----------------------------------------------------------------------
 app/config/pga_config.php.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/74768948/app/config/pga_config.php.template
----------------------------------------------------------------------
diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template
index 86c5177..654a1ed 100644
--- a/app/config/pga_config.php.template
+++ b/app/config/pga_config.php.template
@@ -106,7 +106,7 @@ return array(
         /**
          * Path to the server certificate file
          */
-        'cafile-path' => app_path() . '/resources/security/idp_scigap_org.pem',
+        'cafile-path' => app_path() . '/resources/security/incommon_rsa_server_ca.pem',
     ],