summaryrefslogtreecommitdiffstats
path: root/mk-ca-bundle.pl
Commit message (Collapse)AuthorAgeFilesLines
* replace python script with perl scriptNatanael Copa2020-02-051-0/+604
we need ca-certificates when bootstrapping new architectures. Avoid use of python to reduce number of dependencies when bootstrapping. So use mk-ca-bundle.pl script from curl, and add a small shell script that splits the bundle to separate .crt files, similar way that the python script did.