Difference between revisions of "Trusted ca in k8s"
Jump to navigation
Jump to search
(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") |
|||
Line 1: | Line 1: | ||
https://stackoverflow.com/questions/38968414/kubernetes-add-ca-certificate-to-pods-trust-root | https://stackoverflow.com/questions/38968414/kubernetes-add-ca-certificate-to-pods-trust-root | ||
+ | |||
+ | https://stackoverflow.com/questions/67231714/how-to-add-trusted-root-ca-to-docker-alpine | ||
COPY my-cert.crt /usr/local/share/ca-certificates/ | COPY my-cert.crt /usr/local/share/ca-certificates/ | ||
RUN update-ca-certificates | RUN update-ca-certificates |
Latest revision as of 14:26, 30 September 2022
https://stackoverflow.com/questions/38968414/kubernetes-add-ca-certificate-to-pods-trust-root
https://stackoverflow.com/questions/67231714/how-to-add-trusted-root-ca-to-docker-alpine
COPY my-cert.crt /usr/local/share/ca-certificates/ RUN update-ca-certificates