You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2016/05/23 16:29:45 UTC

airavata-docs git commit: Added trusted certificate adding property setting the pga_config.php section

Repository: airavata-docs
Updated Branches:
  refs/heads/master 9774395cb -> eea44ef52


Added trusted certificate adding property setting the pga_config.php section


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

Branch: refs/heads/master
Commit: eea44ef52568b76aedeafdeb662973c42070ed14
Parents: 9774395
Author: Eroma Abeysinghe <er...@gmail.com>
Authored: Mon May 23 12:29:40 2016 -0400
Committer: Eroma Abeysinghe <er...@gmail.com>
Committed: Mon May 23 12:29:40 2016 -0400

----------------------------------------------------------------------
 PGA-Installation.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/eea44ef5/PGA-Installation.md
----------------------------------------------------------------------
diff --git a/PGA-Installation.md b/PGA-Installation.md
index 0ee2225..78344cf 100644
--- a/PGA-Installation.md
+++ b/PGA-Installation.md
@@ -56,6 +56,7 @@
 		- 'admin-password' => 'Gateway-Admin-Password', (Provided by the Gateway Admin to WSO2 IS at tenant creation)
 		- 'oauth-client-key' => 'G1khg0I0Xf444rereggrteret', (Generated by WSO2 IS at tenant creation)
         - 'oauth-client-secret' => 'G1khg0I0Xf444rere', (Generated by WSO2 IS at tenant creation)
+        -  'verify-peer' => true, (Set this to false if trusted server certificates are not used. Refer <a href='http://wso2.com/library/knowledge-base/2011/08/adding-ca-certificate-authority-signed-certificate-wso2-products/' target ='_blank'>Adding CA Signed Certificate</a> on adding trusted certificates.)
 7. Give writing permission chmod -R g+rwx app/storage/
 8.  Make sure SElinux comparability of airavata_php_gateway folder. For that give�
 <pre><code>chcon -Rv --type=httpd_sys_content_t airavata-php-gateway/</code></pre>