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") |
(No difference)
|
Revision as of 14:25, 30 September 2022
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