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

eroma pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new d9fbac3  Adding SSL certificate to next tdb gateway
d9fbac3 is described below

commit d9fbac3fc27fe45e56ef443dff351ccfa13c17a0
Author: Eroma Abeysinghe <eroma.abeysin...@gmail.com>
AuthorDate: Mon Dec 3 14:21:30 2018 -0500

    Adding SSL certificate to next tdb gateway
---
 .../ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml
index d846b7b..6e33d25 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/nexttdb/vars.yml
@@ -22,11 +22,11 @@
 #airavata_django_git_branch: "simccs"
 doc_root_dir: "/data/portals/django-nexttdb"
 vhost_servername: "beta.nexttdb.scigap.org"
-vhost_ssl: false
+vhost_ssl: true
 # sudo certbot --apache certonly -d django.simccs.scigap.org
-#ssl_certificate_file: 
"/etc/letsencrypt/live/beta-sciencegateway.brylinski.org/cert.pem"
-#ssl_certificate_chain_file: 
"/etc/letsencrypt/live/beta-sciencegateway.brylinski.org/fullchain.pem"
-#ssl_certificate_key_file: 
"/etc/letsencrypt/live/beta-sciencegateway.brylinski.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/beta.nexttdb.scigap.org/cert.pem"
+ssl_certificate_chain_file: 
"/etc/letsencrypt/live/beta.nexttdb.scigap.org/fullchain.pem"
+ssl_certificate_key_file: 
"/etc/letsencrypt/live/beta.nexttdb.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "nexttdb"

Reply via email to