You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/04/16 21:35:51 UTC

[airavata] branch master updated: Ansible: update ssl paths for southdakota

This is an automated email from the ASF dual-hosted git repository.

machristie 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 7e7ed8a  Ansible: update ssl paths for southdakota
7e7ed8a is described below

commit 7e7ed8a13c6649b3e70b9881854b1349bfcfd3df
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Apr 16 17:18:00 2020 -0400

    Ansible: update ssl paths for southdakota
---
 .../inventories/scigap/production/host_vars/southdakota/vars.yml  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/southdakota/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/southdakota/vars.yml
index e3f5363..5a3ba99 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/southdakota/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/southdakota/vars.yml
@@ -21,9 +21,9 @@
 ---
 vhost_servername: "sciencegateway.usd.edu"
 vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/sciencegateway.usd.edu/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/sciencegateway.usd.edu/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/sciencegateway.usd.edu/privkey.pem"
+ssl_certificate_file: "/etc/pki/tls/certs/sciencegateway_usd_edu_cert.cer"
+ssl_certificate_chain_file: "/etc/pki/tls/certs/sciencegateway_usd_edu_interm.cer"
+ssl_certificate_key_file: "/etc/pki/tls/private/sciencegateway.usd.edu.key"
 
 ## Keycloak related variables
 tenant_domain: "southdakota"
@@ -45,5 +45,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCIUqpK
 admin_emails: "[('SGRC','sgrc-iu-group@iu.edu'),('Adison Kleinsasser','Adison.Kleinsasser@usd.edu'),('Bill James','CBill.Conn@usd.edu'),('Luke Gassman','luke.gassman@sdstate.edu')]"
 portal_title: "University of South Dakota Gateway"
 
-django_google_analytics_tracking_id: "UA-117517811-1"
+django_google_analytics_tracking_id: "UA-111528347-1"
 ...