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 1595d58  Tutorial gateway for PEARC20 with SSL certification
1595d58 is described below

commit 1595d584c9f38a88d7f437d4f8199d4d6cda940b
Author: eroma2014 <[email protected]>
AuthorDate: Thu Jul 9 16:48:56 2020 -0400

    Tutorial gateway for PEARC20 with SSL certification
---
 .../inventories/scigap/production/host_vars/tutorial/vars.yml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/tutorial/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/host_vars/tutorial/vars.yml
index cb6cf1a..8098816 100644
--- 
a/dev-tools/ansible/inventories/scigap/production/host_vars/tutorial/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/production/host_vars/tutorial/vars.yml
@@ -22,10 +22,10 @@
 
 
 vhost_servername: "container.tutorial.scigap.org"
-vhost_ssl: False
-#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"
+vhost_ssl: True
+ssl_certificate_file: 
"/etc/letsencrypt/live/container.tutorial.scigap.org/cert.pem"
+ssl_certificate_chain_file: 
"/etc/letsencrypt/live/container.tutorial.scigap.org/fullchain.pem"
+ssl_certificate_key_file: 
"/etc/letsencrypt/live/container.tutorial.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "tutorial"

Reply via email to