#747: updated url of the global certificate storage file

in the build scripts
This commit is contained in:
Andrey Prygunkov
2021-04-15 20:55:20 +02:00
parent 6dbe6edbab
commit e18c25c231
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ UpdateFromRepository()
echo "Updating root certificates"
cd ../setup
curl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem
curl --remote-name --time-cond cacert.pem https://curl.se/ca/cacert.pem
cd $BUILDDIR
fi
}

View File

@@ -93,7 +93,7 @@ if errorlevel 1 goto BUILD_FAILED
rem Update ca root certificates
echo Updating root certificates
cd image
%CURL% --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem
%CURL% --remote-name --time-cond cacert.pem https://curl.se/ca/cacert.pem
if errorlevel 1 goto BUILD_FAILED
cd ..