You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2018/10/24 17:17:22 UTC

[airavata] branch develop updated: Adding SSL certificates to djnago interACTWEL portal

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 f31a2aa  Adding SSL certificates to djnago interACTWEL portal
f31a2aa is described below

commit f31a2aa9489dea561c7bc8a75ab2b18b411790e7
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Wed Oct 24 13:17:12 2018 -0400

    Adding SSL certificates to djnago interACTWEL portal
---
 .../inventories/scigap/develop/host_vars/interactwel/vars.yml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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