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 03:24:56 UTC

[airavata] branch master updated: updating ssl 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 2d5d3d5  updating ssl certs
2d5d3d5 is described below

commit 2d5d3d5ccee68bdd0233b6835a23dac06cba54d8
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Sun Jun 2 23:24:48 2019 -0400

    updating ssl certs
---
 .../scigap/stagingnew/pga_config/epwgateway/vars.yml          | 11 +++++------
 .../inventories/scigap/stagingnew/pga_config/gatech/vars.yml  |  8 ++++----
 .../inventories/scigap/stagingnew/pga_config/phasta/vars.yml  |  6 +++---
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/epwgateway/vars.yml b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/epwgateway/vars.yml
index 0614b12..fd1cac7 100644
--- a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/epwgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/epwgateway/vars.yml
@@ -23,13 +23,12 @@ 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.epw-gateway.cs.binghamton.edu"
-#vhost_serveralias: "sciencegateway.searchsra.org"
-vhost_ssl: false
+vhost_servername: "epw-gateway.cs.binghamton.edu"
+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/epw-gateway.cs.binghamton.edu/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/epw-gateway.cs.binghamton.edu/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/epw-gateway.cs.binghamton.edu/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"
diff --git a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/gatech/vars.yml b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/gatech/vars.yml
index 28319ee..b15fa15 100644
--- a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/gatech/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/gatech/vars.yml
@@ -24,11 +24,11 @@ user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/georgia-tech"
 vhost_servername: "gatech.scigap.org"
-vhost_ssl: False
+vhost_ssl: true
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/hpcgateway.gsu.edu/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/gatech.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/gatech.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/gatech.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"
diff --git a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/phasta/vars.yml b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/phasta/vars.yml
index 659033a..8b0de66 100644
--- a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/phasta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/phasta/vars.yml
@@ -26,9 +26,9 @@ doc_root_dir: "/var/www/portals/phasta"
 vhost_servername: "phasta.scigap.org"
 vhost_ssl: True
 # TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/pki/tls/certs/phasta_scigap_org_cert.cer"
-ssl_certificate_chain_file: "/etc/pki/tls/certs/phasta_scigap_org_interm.cer"
-ssl_certificate_key_file: "/etc/pki/tls/private/phasta.scigap.key"
+ssl_certificate_file: "/etc/letsencrypt/live/phasta.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/phasta.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/phasta.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"