1 |
efrain |
1 |
CA Certificates for cURL library
|
|
|
2 |
================================
|
|
|
3 |
|
|
|
4 |
The file cacert.pem can be downloaded from http://curl.haxx.se/docs/caextract.html
|
|
|
5 |
or created directly from http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt
|
|
|
6 |
using mk-ca-bundle conversion tool.
|
|
|
7 |
|
|
|
8 |
The file is licensed under the same licenses as the Mozilla source file:
|
|
|
9 |
MPL 1.1, GPL v2.0 or LGPL 2.1
|
|
|
10 |
|
|
|
11 |
This file is by default used in all Windows installations that do not have
|
|
|
12 |
any "curl.cainfo =" specified in php.ini
|
|
|
13 |
|
|
|
14 |
It is also possible to force using of arbitrary CA bundle by putting it
|
|
|
15 |
into $CFG->dataroot/moodleorgca.crt, this may be useful especially on
|
|
|
16 |
non-windows servers with outdated system certificates.
|
|
|
17 |
|
|
|
18 |
More information at http://docs.moodle.org/en/SSL_certificate_for_moodle.org
|
|
|
19 |
|
|
|
20 |
Petr Skoda (skodak)
|