How to trust self-signed SSL/TLS certificates linux
cryptsetup
How to enable system wide trust for the private Docker registry: create the symlink:
1
2
3
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
This post is licensed under CC BY 4.0 by the author.
