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/06/03 14:38:19 UTC

[airavata] branch master updated: Updated the gateway domain with the new domain

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 dac4edf  Updated the gateway domain with the new domain
dac4edf is described below

commit dac4edfb89e96c337f537a5c92611dcc153abf9a
Author: eroma2014 <er...@gmail.com>
AuthorDate: Wed Jun 3 10:38:02 2020 -0400

    Updated the gateway domain with the new domain
---
 .../inventories/scigap/production/host_vars/bcbportal/vars.yml    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml
index bd28048..89ee503 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/bcbportal/vars.yml
@@ -21,11 +21,11 @@
 ---
 
 
-vhost_servername: "bcbportal.scigap.org"
+vhost_servername: "bcbportal.medicine.iu.edu"
 vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/bcbportal.scigap.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/bcbportal.scigap.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/bcbportal.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/bcbportal.medicine.iu.edu/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/bcbportal.medicine.iu.edu/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/bcbportal.medicine.iu.edu/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "bcbportal"