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/10/03 12:43:26 UTC

[airavata] branch master updated: Adding SSL certificate details to SnowVision 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 0e50737  Adding SSL certificate details to SnowVision gateway
0e50737 is described below

commit 0e507371eb4679a162c5bb5535e8f70bf9f50240
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Oct 3 08:43:17 2019 -0400

    Adding SSL certificate details to SnowVision gateway
---
 .../inventories/scigap/production/pga_config/snowvision/vars.yml    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/snowvision/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/snowvision/vars.yml
index a573eb3..d6997dd 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/snowvision/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/snowvision/vars.yml
@@ -27,9 +27,9 @@ vhost_servername: "snowvision.scigap.org"
 #vhost_serveralias: "www.mines.scigap.org"
 vhost_ssl: true
 # TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/letsencrypt/live/qusp.mines.edu/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/qusp.mines.edu/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/qusp.mines.edu/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/snowvision.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/snowvision.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/snowvision.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"