DEV Community

Discussion on: How to create a self-signed certificate

Collapse
 
eaglerob profile image
eaglerob

Or you can just use mkcert github.com/FiloSottile/mkcert
I use it like this on windows
mkcert.exe "*.dev.local" localhost 127.0.0.1

Collapse
 
suntong profile image
suntong

Cool! Thanks a lot for that!!!