caCert property
When the container runtime pulls an image from private registry, the registry must prove its identity by presenting a certificate.
The registry's certificate is signed by a certificate authority (CA). The container runtime uses the CA's certificate to validate the registry's certificate.
Implementation
core.String? caCert;