post image January 4, 2022 | 1 min Read

How to trust self-signed SSL/TLS certificates linux

How to enable system wide trust for the private Docker registry: create the symlink:

ln -s /etc/pki/tls/certs/docker-registry-ca.crt  /etc/pki/ca-trust/source/anchors/
update-ca-trust
curl -v https://localhost:5000

RPM spec: Requires: /usr/bin/update-ca-trust Requires: ca-certificates

author image

Jan Toth

I have been in DevOps related jobs for past 6 years dealing mainly with Kubernetes in AWS and on-premise as well. I spent quite a lot …

comments powered by Disqus