Repository: airavata Updated Branches: refs/heads/master 056ae0a97 -> b6312d9aa
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/master Commit: b6312d9aa5a164490f744545414f8e05c2093680 Parents: 056ae0a Author: Suresh Marru <[email protected]> Authored: Thu Apr 27 13:05:15 2017 -0400 Committer: Suresh Marru <[email protected]> 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"
