Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vm: add /etc/ssl/certs as certs copy target #484

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

droctothorpe
Copy link
Contributor

I run colima behind a corporate VPN.

I was running into x509 certificate signed by unknown authority issues and stumbled into this helpful issue. I followed the instructions here and the problem did not resolve until I manually copied the cert from /etc/docker/certs.d to /etc/ssl/certs within the VM! This is just a guess, but maybe it's because I'm using containerd instead of docker as the container runtime.

Either way, having to ssh into the VM and manually copy a file doesn't seem like a scalable solution, which is why I'm submitting this PR. Completely amenable to feedback. Thank you for the amazing work you do. I ❤️ Colima.

Copy link
Owner

@abiosoft abiosoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@abiosoft abiosoft merged commit 030393c into abiosoft:main Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants