summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-02-05 15:58:32 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2020-02-05 16:03:44 +0100
commit6674063331cc37a6a496e44577d9be434cbfc9a2 (patch)
tree7177984eae43d3ed8ce7b1037563b23fcad8aa1c /.gitignore
parent3184fe80e403b9dc6d5fe3b7ebcd9d375363e2e4 (diff)
replace python script with perl script
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8878f38..6f5e9fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ update-ca-certificates
c_rehash
certdata.stamp
*.crt
+*.pem