Installs a bundle of certification authority certificates (CA certs) which curl (when linked with OpenSSL) uses to verify the authenticity of secure web and FTP servers.
Installs a bundle of certification authority certificates (CA certs) which curl (when linked with OpenSSL) uses to verify the authenticity of secure web and FTP servers.
To install curl-ca-bundle, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install curl-ca-bundle
To see what files were installed by curl-ca-bundle, run:
port contents curl-ca-bundle
To later upgrade curl-ca-bundle, run:
sudo port selfupdate && sudo port upgrade curl-ca-bundle
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.