You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2019/06/03 02:57:25 UTC

[airavata] branch master updated: Updating interactwel certs

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

smarru 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 bce1bb5  Updating interactwel certs
bce1bb5 is described below

commit bce1bb51832e9dbab2cab6c66d7f2f397466c083
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Sun Jun 2 22:57:17 2019 -0400

    Updating interactwel certs
---
 .../scigap/stagingnew/pga_config/interactwel/vars.yml          | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/interactwel/vars.yml b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/interactwel/vars.yml
index 11204ff..88a1098 100644
--- a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/interactwel/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/interactwel/vars.yml
@@ -24,11 +24,11 @@ user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "interactwel.scigap.org"
-#vhost_ssl: true
+vhost_ssl: true
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/interactwel.scigap.org/cert.pemm"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/interactwel.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/interactwel.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"
@@ -60,5 +60,5 @@ portal_email_username: "pga.airavata@gmail.com"
 portal_email_password: "{{ vault_portal_email_password }}"
 #portal_theme: "gsu-gateway-theme"
 #portal_theme_repo: "https://github.com/SciGaP/gsu-gateway-theme"
-portal_title: "InterACTWEL Gateway"
+portal_title: "InterACTWEL Science Gateway"
 ...