diff --git a/secure/caroot/Makefile b/secure/caroot/Makefile index ae9c1644b02a..a132fa407e55 100644 --- a/secure/caroot/Makefile +++ b/secure/caroot/Makefile @@ -1,17 +1,17 @@ CLEANFILES+= certdata.txt SUBDIR+= trusted SUBDIR+= blacklisted .include # To be used by secteam@ to update the trusted certificates fetchcerts: .PHONY - fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt' + fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/release/security/nss/lib/ckfw/builtins/certdata.txt' cleancerts: .PHONY @${MAKE} -C ${.CURDIR}/trusted ${.TARGET} updatecerts: .PHONY cleancerts fetchcerts perl ${.CURDIR}/MAca-bundle.pl -i certdata.txt -o ${.CURDIR}/trusted