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 8a0861e  Adde SSL certificates to the saver-x gateway
8a0861e is described below

commit 8a0861eeb60f0415a508de6de2b6d2f99622767f
Author: Eroma Abeysinghe <eroma.abeysin...@gmail.com>
AuthorDate: Mon Nov 5 16:15:42 2018 -0500

    Adde SSL certificates to the saver-x gateway
---
 .../inventories/scigap/production/pga_config/saverx/vars.yml      | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
index dae49fc..4541344 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
@@ -25,11 +25,11 @@ user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "singlecellgateway.wharton.upenn.edu"
-vhost_ssl: false
+vhost_ssl: true
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/hubzero.scigap.org/cert.pem"
-#ssl_certificate_chain_file: 
"/etc/letsencrypt/live/hubzero.scigap.org/fullchain.pem"
-#ssl_certificate_key_file: 
"/etc/letsencrypt/live/hubzero.scigap.org/privkey.pem"
+ssl_certificate_file: 
"/etc/letsencrypt/live/singlecellgateway.wharton.upenn.edu/cert.pem"
+ssl_certificate_chain_file: 
"/etc/letsencrypt/live/singlecellgateway.wharton.upenn.edu/fullchain.pem"
+ssl_certificate_key_file: 
"/etc/letsencrypt/live/singlecellgateway.wharton.upenn.edu/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"

Reply via email to