]> granicus.if.org Git - curl/commitdiff
mk-ca-bundle.vbs: use new cacert url
authorGuenter Knauf <lists@gknw.net>
Thu, 3 Feb 2011 08:59:00 +0000 (09:59 +0100)
committerGuenter Knauf <lists@gknw.net>
Thu, 3 Feb 2011 08:59:00 +0000 (09:59 +0100)
The official Mozilla page at http://www.mozilla.org/projects/security/certs/
points out a new place as the "proper" place to get Mozilla's CA certs from
so this script is now updated to use that instead.

Reported by: Daniel Mentz

lib/mk-ca-bundle.vbs

index 5a4b4ed9193aca1314792ed14ed03360b8b5a275..39d2fbc6be5f05f358d6bc604bb49915fd16cb70 100755 (executable)
@@ -28,7 +28,7 @@
 Option Explicit\r
 Const myVersion = "0.3.5"\r
 \r
-Const myUrl = "http://mxr.mozilla.org/firefox/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1"\r
+Const myUrl = "http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1"\r
 \r
 Const myOpenssl = "openssl.exe"\r
 \r