Hi, docker experts
I deploy a private registry using harbor, and use the Let’s Encrypt for the SSL access.
After the certificate expired, I renewed it.
Then, on the docker host, I checked the certificates via openssl command, it’s available, but when I run docker pull
, I still get the errors:
x509: certificate signed by unknown authority
So, how should I do for this problem?
Thanks!