diff options
author | Guenter Knauf <lists@gknw.net> | 2011-02-03 09:59:00 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-02-03 09:59:00 +0100 |
commit | 2cacd82661b4a46ea52a23099ce0b23046a1f172 (patch) | |
tree | 5f3553915e220edd0890e1c29afd089c7bc419b5 /lib | |
parent | ec7978c512ab7eaf05a6f7785ebfcd2a4e0a341f (diff) |
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
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mk-ca-bundle.vbs | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|