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

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new d7e26da  Ansible: using USD wildcard cert
d7e26da is described below

commit d7e26da42174eed413a504c74500d19ebe73a6d3
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Mar 27 18:04:19 2020 -0400

    Ansible: using USD wildcard cert
---
 .../ansible/inventories/scigap/develop/host_vars/usd/vars.yml      | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
index 177d850..b4a5a24 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
@@ -22,10 +22,9 @@
 #airavata_django_git_branch: "simccs"
 vhost_servername: "beta.sciencegateway.usd.edu"
 vhost_ssl: true
-# sudo certbot --apache certonly -d django.simccs.scigap.org
-ssl_certificate_file: 
"/etc/letsencrypt/live/beta.sciencegateway.usd.edu/cert.pem"
-ssl_certificate_chain_file: 
"/etc/letsencrypt/live/beta.sciencegateway.usd.edu/fullchain.pem"
-ssl_certificate_key_file: 
"/etc/letsencrypt/live/beta.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/usd.key"
 
 ## Keycloak related variables
 tenant_domain: "usd"

Reply via email to