Skip to content

Commit

Permalink
Update the cacert.pem
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Smit committed Jun 1, 2018
1 parent 5375017 commit 30913f6
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 1,103 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
mollie-api-ruby*.gem
Gemfile.lock
.ruby-gemset
/mk-ca-bundle.pl
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
lib/cacert.pem: certdata.txt
mv ca-bundle.crt lib/cacert.pem
rm certdata.txt

mk-ca-bundle.pl:
curl -q https://raw.githubusercontent.com/curl/curl/master/lib/mk-ca-bundle.pl --output mk-ca-bundle.pl
chmod +x mk-ca-bundle.pl

certdata.txt: mk-ca-bundle.pl
./mk-ca-bundle.pl
Loading

0 comments on commit 30913f6

Please sign in to comment.