alexcrichton / openssl-probe

Apache License 2.0
54 stars 13 forks source link

Support macports #13

Closed dubiousjim closed 4 years ago

dubiousjim commented 4 years ago

Using the macports package management system on MacOS, the SSL certificates are installed by the package curl-ca-bundle in the file /opt/local/share/curl/curl-ca-bundle.crt (they also install a symlink to that as /opt/local/etc/openssl/cert.pem.

Would it be possible to add /opt/local/etc/openssl to the list of directories in openssl-probe's find_certs_dirs?