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 08:06:14 UTC

[airavata] branch master updated: Added the new doamin and SSL certificate to PGA SearchSRA 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 12594fd  Added the new doamin and SSL certificate to  PGA SearchSRA gateway
12594fd is described below

commit 12594fd9008772b3b09c8d8142e9179671598cdd
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Sun Nov 3 03:06:03 2019 -0500

    Added the new doamin and SSL certificate to  PGA SearchSRA gateway
---
 .../scigap/production/pga_config/searchingSRA/vars.yml            | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 d89a5a9..6ba7480 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
@@ -23,13 +23,13 @@ pga_repo: "https://github.com/apache/airavata-php-gateway.git"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
-vhost_servername: "www.searchsra.org"
+vhost_servername: "pga.searchsra.scigap.org"
 vhost_serveralias: "sciencegateway.searchsra.org"
 vhost_ssl: true
 # TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/letsencrypt/live/www.searchsra.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/www.searchsra.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/www.searchsra.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/pga.searchsra.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/pga.searchsra.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/pga.searchsra.scigap.org/privkey.pem"
 
 php_upload_max_filesize: "10M"
 php_post_max_size: "60M"