Trusted ca in k8s

From UVOO Tech Wiki
Revision as of 14:25, 30 September 2022 by Busk (talk | contribs) (Created page with "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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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