Skip to content

Instantly share code, notes, and snippets.

@jkremser
Last active August 16, 2024 09:45
Show Gist options
  • Save jkremser/a8143384049b171d4e64c5aeb6da4793 to your computer and use it in GitHub Desktop.
Save jkremser/a8143384049b171d4e64c5aeb6da4793 to your computer and use it in GitHub Desktop.
colima add CA cert
colima ssh -psandbox -- sudo sh -c "openssl s_client -showcerts -connect pkg-containers.githubusercontent.com:443 </dev/null 2>/dev/null|openssl x509 -outform PEM > /usr/local/share/ca-certificates/gh.crt && update-ca-certificates && cat /var/run/docker.pid | xargs kill"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment