VMware Modern Apps Community
WhyNotCode
Contributor
Contributor
Jump to solution

Installed new certificate, new error: Get https://url x509 certificate signed by unknown authority

Good day folks, I followed the following steps to install my self-signed certificate:

- Copied site.pem file to /etc/ssl/certs

- Ran the command: rehash_ca_certificates.sh

and it completed successfully. Any attempts now to use docker login https://url returns that error in the title. 

Any ideas and thanks in advance.

0 Kudos
1 Solution

Accepted Solutions
DCasota
Expert
Expert
Jump to solution

Hi,

does the issue correlate to a private docker registry configuration issue? If so, double check https://docs.docker.com/registry/deploying/#deploy-your-registry-using-a-compose-file .

View solution in original post

1 Reply
DCasota
Expert
Expert
Jump to solution

Hi,

does the issue correlate to a private docker registry configuration issue? If so, double check https://docs.docker.com/registry/deploying/#deploy-your-registry-using-a-compose-file .