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 2020/02/02 18:28:58 UTC

[airavata] branch RPID+SEAGrid updated: Committing changes to RPID+SEAGrid gateway

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch RPID+SEAGrid
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/RPID+SEAGrid by this push:
     new a119907  Committing changes to RPID+SEAGrid gateway
a119907 is described below

commit a1199078edd1d1f09d5aacc99b516a53b3f3d371
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Sun Feb 2 13:28:45 2020 -0500

    Committing changes to RPID+SEAGrid gateway
---
 .../inventories/scigap/RPID+SEAGrid/group_vars/pga/vars.yml       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/pga/vars.yml
index 54a7366..91aa6d6 100644
--- a/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/RPID+SEAGrid/group_vars/pga/vars.yml
@@ -32,10 +32,10 @@ doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "rpid.scigap.seagrid.org"
 #vhost_serveralias: "CHANGEME"
 # Enable and change the following to enable SSL
-#vhost_ssl: True
-#ssl_certificate_file: "/etc/pki/tls/certs/seagrid_org_cert.cer"
-#ssl_certificate_chain_file: "/etc/pki/tls/certs/seagrid_org_interm.cer"
-#ssl_certificate_key_file: "/etc/pki/tls/private/portal.seagrid.key"
+vhost_ssl: True
+ssl_certificate_file: "/etc/pki/tls/certs/seagrid_org_cert.cer"
+ssl_certificate_chain_file: "/etc/pki/tls/certs/seagrid_org_interm.cer"
+ssl_certificate_key_file: "/etc/pki/tls/private/portal.seagrid.key"
 pga_vhost_template: "{{ inventory_dir }}/templates/pga-vhost.conf.j2"