Trusted ca in k8s
Jump to navigation
Jump to search
https://stackoverflow.com/questions/38968414/kubernetes-add-ca-certificate-to-pods-trust-root
COPY my-cert.crt /usr/local/share/ca-certificates/ RUN update-ca-certificates
https://stackoverflow.com/questions/38968414/kubernetes-add-ca-certificate-to-pods-trust-root
COPY my-cert.crt /usr/local/share/ca-certificates/ RUN update-ca-certificates