If you try to run curl and receive the following error
curl: (77) error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none
Try adding the path to your crt into ~/.curlrc
echo 'cacert=/etc/ssl/certs/ca-certificates.crt' > ~/.curlrc