Add update of cert.pem

parent 1d2c8b2d
......@@ -18,6 +18,10 @@ class Openssl < Package
def self.install
system "make", "INSTALL_PREFIX=#{CREW_DEST_DIR}", "install"
# make sure cert.pem exists
system "wget", "http://curl.haxx.se/ca/cacert.pem",
"-O", "#{CREW_DEST_DIR}/usr/local/ssl/cert.pem"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment