Skip to content

Instantly share code, notes, and snippets.

@john-auld
Created August 16, 2024 13:44
Show Gist options
  • Save john-auld/01f9fd70d2507a0eeb563187f856cc72 to your computer and use it in GitHub Desktop.
Save john-auld/01f9fd70d2507a0eeb563187f856cc72 to your computer and use it in GitHub Desktop.
Colima - Add CA certificate

How to add a CA cert to Colima

sudo cp PEM-FORMAT.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates

Restart docker kill -kill PID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment