ca-certificates

Mozilla CA certificate store for SSL/TLS verification

brewmacoslinux
Try with needOr install directly
Source

About

Mozilla CA certificate store

Commands

ca-certificates

Examples

Verify the CA certificates installation path$ ls -la $(brew --prefix ca-certificates)/share/ca-certificates/
Check the certificate bundle file location$ cat $(brew --prefix ca-certificates)/share/ca-certificates/cacert.pem | head -20
Use CA certificates with curl for HTTPS verification$ curl --cacert $(brew --prefix ca-certificates)/share/ca-certificates/cacert.pem https://example.com