Mapping local CA cert to container so it is trusted #1324
Unanswered
ChrisThePCGeek
asked this question in
Q&A
Replies: 1 comment
-
A workaround that I did :
Your certificate should be trust |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have semaphore running in k3s and run a local CA for my homelab environment. The CA cert needs to be installed to the trusted certs location inside the container so it will trust my gitlab-ce locally hosted as well. I tried using a configmap and mounting it as a volume to the /etc/ssl/certs folder inside the container as internal-ca.pem and the file is there but the container has not updated it, I think it needs to run update-ca-certificates but its root only and no root access. Any help would be appreciated. I would rather not build my own version of the container to make it easier for upgrades. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions