1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-18 05:48:15 +01:00

Merge pull request #1617 from guzzle/1609-add-sles-ca-cert

Add SUSE linux CA certificate
This commit is contained in:
Tobias Nyholm 2016-11-07 09:22:43 +01:00 committed by GitHub
commit 4d22214bbe

View File

@ -167,6 +167,8 @@ function default_ca_bundle()
'/etc/ssl/certs/ca-certificates.crt',
// FreeBSD (provided by the ca_root_nss package)
'/usr/local/share/certs/ca-root-nss.crt',
// SLES 12 (provided by the ca-certificates package)
'/var/lib/ca-certificates/ca-bundle.pem',
// OS X provided by homebrew (using the default path)
'/usr/local/etc/openssl/cert.pem',
// Google app engine