You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/01/28 01:18:19 UTC

[airavata] branch develop updated: Adding ssl certificate to amp dev portal

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

eroma 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 1f47bf0  Adding ssl certificate to amp dev portal
1f47bf0 is described below

commit 1f47bf070efb36fb2464c66430c67b38a36e46f9
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Jan 27 20:18:04 2020 -0500

    Adding ssl certificate to amp dev portal
---
 .../ansible/inventories/scigap/develop/host_vars/amp/vars.yml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
index 77e29ad..a8790a4 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
@@ -21,11 +21,11 @@
 ---
 #airavata_django_git_branch: "simccs"
 vhost_servername: "dev.ampgateway.org"
-vhost_ssl: false
+vhost_ssl: true
 # sudo certbot --apache certonly -d django.simccs.scigap.org
-#ssl_certificate_file: "/etc/letsencrypt/live/cyberwater.scigap.org/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/cyberwater.scigap.org/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/cyberwater.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/dev.ampgateway.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/dev.ampgateway.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/dev.ampgateway.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "amp"