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:11:58 UTC

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

commit 999f84f4e77c5096ceb7addf10a1c9c322da3770
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Sun Nov 3 04:11:48 2019 -0500

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

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
index 084b0bc..4b2cecc 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/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: "distantreader.org"
+vhost_servername: "distantreader.scigap.org"
 #vhost_serveralias: "distantreader.scigap.org"
 vhost_ssl: true
 # TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/letsencrypt/live/distantreader.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/distantreader.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/distantreader.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/distantreader.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/distantreader.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/distantreader.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"