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/04/01 16:33:55 UTC

[airavata] branch master updated: Adding SSL certificates to SDState gateway

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 7944596  Adding SSL certificates to SDState gateway
7944596 is described below

commit 79445964e906f17ef918e04cd9a14c6f23994f9c
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Apr 1 12:33:45 2019 -0400

    Adding SSL certificates to SDState gateway
---
 .../inventories/scigap/production/pga_config/sdstate/vars.yml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
index c7f63bf..08856ab 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
@@ -26,11 +26,11 @@ group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "sciencegateway.sdstate.edu"
 #vhost_serveralias: "www.mines.scigap.org"
-#vhost_ssl: true
+vhost_ssl: true
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/mines.scigap.org/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/mines.scigap.org/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/mines.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/sciencegateway.sdstate.edu/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/sciencegateway.sdstate.edu/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/sciencegateway.sdstate.edu/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"