Update mac curl ca bundle: add /etc/ssl/cert.pem
Change-Id: I0ae6cf093b6f72672f3c918063806b8c95c0e924
This commit is contained in:
parent
772aa7c93f
commit
2453c93f91
|
@ -10,7 +10,7 @@
|
|||
paths=('/opt/local/etc/openssl/cert.pem' # macports
|
||||
'/opt/local/share/curl/curl-ca-bundle.crt' # macports
|
||||
'/usr/local/etc/openssl/cert.pem' # homebrew
|
||||
)
|
||||
'/etc/ssl/cert.pem')
|
||||
|
||||
for path in "${paths[@]}"; do
|
||||
if test -f "$path"; then
|
||||
|
|
Loading…
Reference in New Issue