You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2019/06/02 21:01:59 UTC

[airavata] branch master updated: Updating ultrascan certs

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

smarru 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 ac87e33  Updating ultrascan certs
ac87e33 is described below

commit ac87e338fb3b53b507ac8666c35bab8bc4a468e8
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Sun Jun 2 17:01:50 2019 -0400

    Updating ultrascan certs
---
 .../inventories/scigap/stagingnew/pga_config/ultrascan/vars.yml     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/ultrascan/vars.yml b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/ultrascan/vars.yml
index ab1bdbb..dd1e55a 100644
--- a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/ultrascan/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/ultrascan/vars.yml
@@ -26,9 +26,9 @@ doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "ultrascan.scigap.org"
 vhost_ssl: True
 # TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/pki/tls/certs/ultrascan_scigap_org_cert.cer"
-ssl_certificate_chain_file: "/etc/pki/tls/certs/ultrascan_scigap_org_interm.cer"
-ssl_certificate_key_file: "/etc/pki/tls/private/ultrascan.scigap.key"
+ssl_certificate_file: "/etc/letsencrypt/live/ultrascan.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/ultrascan.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/ultrascan.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"