Merge branch 'MDL-64012' of https://github.com/timhunt/moodle
[moodle.git] / lib / cacert.txt
blobb5a245face5fd5446a39c0899522f350904e9f76
1 CA Certificates for cURL library
2 ================================
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.
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
11 This file is by default used in all Windows installations that do not have
12 any "curl.cainfo =" specified in php.ini
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.
18 More information at http://docs.moodle.org/en/SSL_certificate_for_moodle.org
20 Petr Skoda (skodak)