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/01/31 21:01:01 UTC

[airavata] branch master updated: adding new amp gateway domain with ssl certificates

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 d5b8e58  adding new amp gateway domain with ssl certificates
d5b8e58 is described below

commit d5b8e58cc736e800e334aa828880dba4dfcf1f54
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Jan 31 16:00:50 2019 -0500

    adding new amp gateway domain with ssl certificates
---
 .../scigap/production/pga_config/ampgateway/vars.yml           | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/ampgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/ampgateway/vars.yml
index 7c44f87..0c448f9 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/ampgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/ampgateway/vars.yml
@@ -24,12 +24,12 @@ git_branch: "master"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
-vhost_servername: "ampgateway.scigap.org"
-vhost_ssl: false
+vhost_servername: "ampgateway.org"
+vhost_ssl: true
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/gemr.scigap.org/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/gemr.scigap.org/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/gemr.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/ampgateway.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/ampgateway.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/ampgateway.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"