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/03 03:04:25 UTC

[airavata] branch master updated: fixing a typo in interactwel cert path

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 6a437be  fixing a typo in interactwel cert path
6a437be is described below

commit 6a437beead734879c49cfb91231091ac321a4c22
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Sun Jun 2 23:04:18 2019 -0400

    fixing a typo in interactwel cert path
---
 .../inventories/scigap/stagingnew/pga_config/interactwel/vars.yml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/interactwel/vars.yml b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/interactwel/vars.yml
index 88a1098..5081d27 100644
--- a/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/interactwel/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/stagingnew/pga_config/interactwel/vars.yml
@@ -26,7 +26,7 @@ doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "interactwel.scigap.org"
 vhost_ssl: true
 # TODO: have Ansible manage these files as well
-ssl_certificate_file: "/etc/letsencrypt/live/interactwel.scigap.org/cert.pemm"
+ssl_certificate_file: "/etc/letsencrypt/live/interactwel.scigap.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/interactwel.scigap.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/interactwel.scigap.org/privkey.pem"