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 2019/11/03 09:12:51 UTC

[airavata] branch master updated: Added the new doamin and SSL certificate to PGA Search SRA gateway

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b96efe4  Added the new doamin and SSL certificate to  PGA Search SRA gateway
b96efe4 is described below

commit b96efe461983c1b0aac739037efc468e21c4cc95
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Sun Nov 3 04:12:38 2019 -0500

    Added the new doamin and SSL certificate to  PGA Search SRA gateway
---
 .../inventories/scigap/production/pga_config/searchingSRA/vars.yml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
index 6ba7480..2cedc22 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
@@ -24,7 +24,7 @@ user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "pga.searchsra.scigap.org"
-vhost_serveralias: "sciencegateway.searchsra.org"
+#vhost_serveralias: "sciencegateway.searchsra.org"
 vhost_ssl: true
 # TODO: have Ansible manage these files as well
 ssl_certificate_file: "/etc/letsencrypt/live/pga.searchsra.scigap.org/cert.pem"