Include /etc/ssl/ca-bundle.pem in curl ca bundle
This fixes cannot find curl ca problem on OpenSUSE. Change-Id: I6c42abb48700d4c5c857cdeb647aa421681e6365
This commit is contained in:
parent
9e3dc06d20
commit
085e038b89
|
@ -8,6 +8,7 @@
|
|||
|
||||
# Scan ca bundle in its common appearing locations.
|
||||
paths=('/etc/pki/tls/certs/ca-bundle.crt'
|
||||
'/etc/ssl/ca-bundle.pem'
|
||||
'/etc/ssl/cert.pem'
|
||||
'/etc/ssl/certs/ca-bundle.crt'
|
||||
'/etc/ssl/certs/ca-certificates.crt'
|
||||
|
|
Loading…
Reference in New Issue