From 2cacd82661b4a46ea52a23099ce0b23046a1f172 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 3 Feb 2011 09:59:00 +0100 Subject: mk-ca-bundle.vbs: use new cacert url 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mk-ca-bundle.vbs b/lib/mk-ca-bundle.vbs index 5a4b4ed91..39d2fbc6b 100755 --- a/lib/mk-ca-bundle.vbs +++ b/lib/mk-ca-bundle.vbs @@ -28,7 +28,7 @@ Option Explicit Const myVersion = "0.3.5" -Const myUrl = "http://mxr.mozilla.org/firefox/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1" +Const myUrl = "http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1" Const myOpenssl = "openssl.exe" -- cgit v1.2.3