Problem
Enterprise environments often use internal Certificate Authorities. The CLI has no mechanism to trust custom CA certificates, making it unusable behind corporate TLS inspection proxies or with self-signed certificates on internal registries.
Suggested Fix
Add support for custom CA certificates via:
--ca-cert <path> CLI flag
AK_CA_CERT environment variable
- Load the certificate and add it to the reqwest client's certificate store
Source
Quality audit, 2026-03-23.
Problem
Enterprise environments often use internal Certificate Authorities. The CLI has no mechanism to trust custom CA certificates, making it unusable behind corporate TLS inspection proxies or with self-signed certificates on internal registries.
Suggested Fix
Add support for custom CA certificates via:
--ca-cert <path>CLI flagAK_CA_CERTenvironment variableSource
Quality audit, 2026-03-23.