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

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


The following commit(s) were added to refs/heads/staging by this push:
     new be506d3  Added SSL certificates in to the gateway portal domain
be506d3 is described below

commit be506d3fc39a74ffb2b4a2604041532ec0214cb1
Author: Eroma Abeysinghe <eroma.abeysin...@gmail.com>
AuthorDate: Thu Sep 12 10:50:34 2019 -0400

    Added SSL certificates in to the gateway portal domain
---
 .../ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml 
b/dev-tools/ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml
index b4a2a9b..a2768dd 100644
--- a/dev-tools/ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/searchsra/vars.yml
@@ -21,9 +21,9 @@
 ---
 vhost_servername: "searchsra.scigap.org"
 vhost_ssl: True
-ssl_certificate_file: "/etc/letsencrypt/live/pearc19.scigap.org/cert.pem"
-ssl_certificate_chain_file: 
"/etc/letsencrypt/live/pearc19.scigap.org/fullchain.pem"
-ssl_certificate_key_file: 
"/etc/letsencrypt/live/pearc19.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/searchsra.scigap.org/cert.pem"
+ssl_certificate_chain_file: 
"/etc/letsencrypt/live/searchsra.scigap.org/fullchain.pem"
+ssl_certificate_key_file: 
"/etc/letsencrypt/live/searchsra.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "searchsra"

Reply via email to