You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/04/28 15:23:23 UTC

[42/50] [abbrv] airavata git commit: updating simvascular ssl certs

updating simvascular ssl certs


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/b6312d9a
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/b6312d9a
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/b6312d9a

Branch: refs/heads/develop
Commit: b6312d9aa5a164490f744545414f8e05c2093680
Parents: 056ae0a
Author: Suresh Marru <sm...@apache.org>
Authored: Thu Apr 27 13:05:15 2017 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Thu Apr 27 13:05:15 2017 -0400

----------------------------------------------------------------------
 .../scigap/production/pga_config/simvascular/vars.yml          | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/b6312d9a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
index 5af96ae..97cd515 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
@@ -25,7 +25,11 @@ user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/simvascular"
 vhost_servername: "gateway.simvascular.org"
-vhost_ssl: False
+vhost_ssl: True
+# TODO: have Ansible manage these files as well
+ssl_certificate_file: "/etc/letsencrypt/live/gateway.simvascular.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/gateway.simvascular.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/gateway.simvascular.org/privkey.pem"
 
 ## WSO2 IS related variables
 tenant_domain: "airavata.simvascular"