Error from daemon : x509: certificate signed by unknown authority

Hi,

I have purchased SSL certificates for the org. I have placed the key and cert file under /etc/docker/certs.d/domainname and under /usr/local/share/ca-certificates and did update ca-certificates as well.

now when i try to do docker login https://domainname/repository/repositoryname iam getting the below error

Error response from daemon: Get https://domainname/v1/users/: x509: certificate signed by unknown authority

Could you please let me know what else config changes i need to make in order to get this working.

I’ve got the same…did you find a solution?