Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Updated 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 8725af3 commit e21be7c
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 1,104 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.idea
/build
/composer.lock
/vendor
/vendor
/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 @@
php/src/mollie/cacert.pem: certdata.txt
mv ca-bundle.crt php/src/mollie/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 e21be7c

Please sign in to comment.