Commit 43cf87299e032594e9f05b83fb260fd8270a0dd0
1 parent
ae4de0f6
Version 0.5.5. Update ca-certificate URL to HTTPS version.
Showing
3 changed files
with
6 additions
and
2 deletions
... | ... | @@ -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 | ... | ... |