Skip to content

Commit

Permalink
chore: removed https requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 3, 2024
1 parent ada3b03 commit 2ecad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/extras/ca-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e +h

source $DIR/common.sh

rget https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt
rget http://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
Expand Down

0 comments on commit 2ecad40

Please sign in to comment.