Upating south dakota ssl cert
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/e74625d1 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/e74625d1 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/e74625d1 Branch: refs/heads/develop Commit: e74625d166b76629223502c8167460aeb4983fa6 Parents: 05d39e5 Author: Suresh Marru <[email protected]> Authored: Tue Apr 25 13:07:42 2017 -0400 Committer: Suresh Marru <[email protected]> Committed: Tue Apr 25 13:07:42 2017 -0400 ---------------------------------------------------------------------- .../scigap/production/pga_config/southdakota/vars.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/e74625d1/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml index 90c0d35..b37dc02 100644 --- a/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml @@ -27,9 +27,9 @@ doc_root_dir: "/var/www/portals/southdakota" vhost_servername: "sciencegateway.usd.edu" vhost_ssl: True # TODO: have Ansible manage these files as well -ssl_certificate_file: "/etc/pki/tls/certs/cybergateway_usd_edu_cert.cer" -ssl_certificate_chain_file: "/etc/pki/tls/certs/cybergateway_usd_edu_interm.cer" -ssl_certificate_key_file: "/etc/pki/tls/private/cybergateway.usd.key" +ssl_certificate_file: "/etc/pki/tls/certs/sciencegateway_usd_edu_cert.cer" +ssl_certificate_chain_file: "/etc/pki/tls/certs/sciencegateway_usd_edu_interm.cer" +ssl_certificate_key_file: "/etc/pki/tls/private/southdakota-sg.key" ## WSO2 IS related variables tenant_domain: "southdakota.edu" @@ -52,5 +52,5 @@ portal_email_username: "[email protected]" portal_email_password: "{{ vault_portal_email_password }}" portal_theme: "usd-cybergateway-theme" portal_theme_repo: "https://github.com/SciGaP/usd-cybergateway-theme.git" -portal_title: "South Dakota Cybergateway" +portal_title: "South Dakota Sciencegateway" ...
