commit | a75691c0d21cecda4c5469e168fd8d31f868f7d1 | [log] [tgz] |
---|---|---|
author | Mykyta Karpin <mkarpin@mirantis.com> | Tue Jul 31 09:49:49 2018 +0000 |
committer | Mykyta Karpin <mkarpin@mirantis.com> | Thu Aug 02 11:12:31 2018 +0000 |
tree | e6fb931870c224d771b44ec6505a1fcc27f0dff9 | |
parent | 7f0eeea879c863278c78bc400a5b5eb0c90e7db5 [diff] [blame] |
[SSL] Sync new options for apache and nginx Set the same options via apache[nginx]/files/_ssl.conf template for sites as they were set by apache[nginx]/files/_ssl_secure.conf (deprecated) earlier. By default the same set of ciphers was set in nginx and apache in _ssl_secure.conf Now the same list of ciphers is set through pillar. Change-Id: I64b6bfe0cbb23d204a50c6bde8d9de6ed6fac306 Related-Prod: https://mirantis.jira.com/browse/PROD-20921
diff --git a/classes/cluster/virtual-offline-ssl/openstack/init.yml b/classes/cluster/virtual-offline-ssl/openstack/init.yml index 5f8421f..13bbb5d 100644 --- a/classes/cluster/virtual-offline-ssl/openstack/init.yml +++ b/classes/cluster/virtual-offline-ssl/openstack/init.yml
@@ -218,6 +218,8 @@ ceilometer_agent_default_polling_meters: - "*" barbican_integration_enabled: true + nginx_proxy_ssl_enabled: true + apache_ssl_enabled: true linux: network: purge_hosts: true