Update mac curl ca bundle: add /etc/ssl/cert.pem

Change-Id: I0ae6cf093b6f72672f3c918063806b8c95c0e924
This commit is contained in:
KongQun Yang 2018-04-09 11:59:02 -07:00
parent 772aa7c93f
commit 2453c93f91
1 changed files with 1 additions and 1 deletions

View File

@ -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