Skip to content

Commit

Permalink
Adds ca-certs to the recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Pease committed Oct 2, 2021
1 parent dd1ccab commit 6c05c4a
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 6c05c4a

Please sign in to comment.