Skip to content

Commit

Permalink
bundling mozilla root CA store for when there are no default certs
Browse files Browse the repository at this point in the history
not all machines have system certs such as in busybox containers
and so by bundling certs from Mozilla we can fallback to them
when system certs are missing
  • Loading branch information
miki725 committed Feb 9, 2024
1 parent b4d6e30 commit b23fbbd
Show file tree
Hide file tree
Showing 5 changed files with 3,776 additions and 61 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.PHONY: files/mozilla-root-cas.pem
files/mozilla-root-cas.pem:
curl -s --fail https://ccadb.my.salesforce-sites.com/mozilla/IncludedRootsPEMTxt?TrustBitsInclude=Websites \
| sed -E 's/\s*$$//g' \
> $@
Loading

0 comments on commit b23fbbd

Please sign in to comment.