Skip to content

Instantly share code, notes, and snippets.

@teoxoy
Created June 11, 2021 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teoxoy/0ee89b1c7415bd347a8d6c621ac9d25f to your computer and use it in GitHub Desktop.
Save teoxoy/0ee89b1c7415bd347a8d6c621ac9d25f to your computer and use it in GitHub Desktop.

In Windows:

scoop install mkcert
mkcert -install

In Linux:

brew install mkcert
mkcert -install

rm -rf $(mkcert -CAROOT)
ln -s $(wslpath $(mkcert.exe -CAROOT)) $(mkcert -CAROOT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment