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 2019/11/14 18:29:13 UTC

[airavata] branch master updated: enabled SSL certification

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 0383e92  enabled SSL certification
0383e92 is described below

commit 0383e92de383f71edbebdc190ac268d9e25a3a1e
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Nov 14 13:29:02 2019 -0500

    enabled SSL certification
---
 .../inventories/scigap/production/host_vars/delta/vars.yml        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
index 1498f08..939f02d 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
@@ -27,10 +27,10 @@ gateway_data_store_resource_id: "delta-topology.jetstream-cloud.org_61fe21d4-07e
 #django_tus_endpoint: "https://tus.scigap.org/files/" this requires manual installation steps outside of Ansible.
 
 vhost_servername: "delta-topology.org"
-vhost_ssl: False
-#ssl_certificate_file: "/etc/letsencrypt/live/delta-topology.org/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/delta-topology.org/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/delta-topology.org/privkey.pem"
+vhost_ssl: True
+ssl_certificate_file: "/etc/letsencrypt/live/delta-topology.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/delta-topology.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/delta-topology.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "delta"