π ~1 min read
Table of contents
Problem Summary
podman pull from private registry fails with x509 errors.
Symptoms
Error says certificate signed by unknown authority.
Diagnostics
Inspect /etc/containers/registries.conf and trust stores.
Root Cause
Registry CA chain not installed on host.
Primary Fix
Place CA in /etc/pki/ca-trust/source/anchors and run update-ca-trust.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Verification
Repeat podman pull and confirm digest is downloaded.

Prevention
Distribute CA bundle during provisioning.
Rollback
Remove invalid CA file and restore previous trust bundle.
Automation
Manage trust anchors via Ansible copy and command modules.
Command Reference
update-ca-trust; podman login; podman pull
Escalation
Provide registry cert chain and openssl s_client output.
Related Notes
Avoid insecure registries unless in isolated lab networks.
Related tutorial: View the step-by-step tutorial for rhel-10.
View all rhel-10 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.