Commit 43cf87299e032594e9f05b83fb260fd8270a0dd0

Authored by Earth Ugat
1 parent ae4de0f6

Version 0.5.5. Update ca-certificate URL to HTTPS version.

  1 +## 0.5.5 - 2017-04-05
  2 +### Changed
  3 +- Update ca-certificate URL from 'http://curl.haxx.se/ca/cacert.pem' to 'https://curl.haxx.se/ca/cacert.pem'.
  4 +
1 5 ## 0.5.4 - 2017-02-13
2 6 ### Fixed
3 7 - Fix wrapped attribute bug for certain php-fpm values when PHP version is 5.6.
... ...
... ... @@ -4,7 +4,7 @@ maintainer_email 'sysadmin@chromedia.com'
4 4 license 'Apache License'
5 5 description 'Simplifies setup of Nginx+PHP-FPM in Chromedia.'
6 6 long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7   -version '0.5.4'
  7 +version '0.5.5'
8 8
9 9 {
10 10 'openssl' => '4.4.0',
... ...
... ... @@ -28,7 +28,7 @@ node.default['postfix']['main']['mydomain'] =
28 28 include_recipe 'postfix'
29 29
30 30 remote_file node['postfix']['cafile'] do
31   - source 'http://curl.haxx.se/ca/cacert.pem'
  31 + source 'https://curl.haxx.se/ca/cacert.pem'
32 32 action :create
33 33 only_if { node['cfe-nginx-php-fpm']['postfix']['update_cacert'] }
34 34 end
... ...