I was trying to pull a docker image from a docker registry but hit the following issue:
$ docker pull //
For anyone who is using CentOS 7, this is what worked for me:
sudo cp -p abc.crt /etc/pki/ca-trust/source
sudo update-ca-trust extract
sudo systemctl daemon-reload
sudo systemctl restart docker