Kubernetes, llama-3_2-nv-embedqa-1b-v2 and certificates

I’m trying to configure a kubernetes manifest yaml file to use the llama-3_2-nv-embedqa-1b-v2 image while behind a corporate firewall. I am able to download the image, but not start the container. I set the environment variables HTTP_PROXY and HTTPS_PROXY, but unsure how to configure the certificate correctly. When the container spins up, it attempts to download the models but getting this error: InvalidCertificate(UnknownIssuer). Any help would be appreciated.