Skip to content

Commit

Permalink
Merge pull request #217 from engineyard/update_certs
Browse files Browse the repository at this point in the history
Adds ca-certs to the recipes
  • Loading branch information
mushyy authored Oct 4, 2021
2 parents dd1ccab + 6c05c4a commit 0de4746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cookbooks/openssl/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
package 'openssl' do
action :install
end

#Install Certificates
execute 'install-ca-certs' do
command "apt-get -q -y install ca-certificates"
end

0 comments on commit 0de4746

Please sign in to comment.