Lines Matching refs:ca
27 // Red Hat, CentOS, Fedora (provided by the ca-certificates package)
28 '/etc/pki/tls/certs/ca-bundle.crt',
29 // Ubuntu, Debian (provided by the ca-certificates package)
30 '/etc/ssl/certs/ca-certificates.crt',
32 '/usr/local/share/certs/ca-root-nss.crt',
36 'C:\\windows\\system32\\curl-ca-bundle.crt',
37 'C:\\windows\\curl-ca-bundle.crt',
44 if ($ca = ini_get('openssl.cafile')) {
45 return $cached = $ca;
48 if ($ca = ini_get('curl.cainfo')) {
49 return $cached = $ca;
69 https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt. Once