Skip to content

Commit

Permalink
chore: added ca-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 3, 2024
1 parent 516cf4d commit 01bf2b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build/extras/ca-certs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rget https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt

rm -f usr/share/ssl/certdata.txt &&\
cp -rp certdata.txt usr/share/ssl/certdata.txt

cert.build

0 comments on commit 01bf2b3

Please sign in to comment.