mirror of
https://github.com/curl/curl.git
synced 2025-09-28 23:16:48 +03:00
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
This commit is contained in:
parent
ec7978c512
commit
2cacd82661
|
@ -28,7 +28,7 @@
|
||||||
Option Explicit
|
Option Explicit
|
||||||
Const myVersion = "0.3.5"
|
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"
|
Const myOpenssl = "openssl.exe"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user