症状
linuxbrewでインストールしたcurlコマンドを実行する際に下記のエラーがでる
curl: (77) error setting certificate verify locations:
CAfile: /home/user_name/.linuxbrew/etc/openssl/cert.pem
CApath: /home/user_name/.linuxbrew/etc/openssl/certs
対処法
証明書をダウンロードして該当ディレクトリに保存する
$ wget http://curl.haxx.se/ca/cacert.pem
$ cp cacert.pem /home/user_name/.linuxbrew/etc/openssl/cert.pem
Mozillaの証明書のようです。
https://curl.haxx.se/docs/caextract.html