M
M

mkcert

Using certificates from real certificate authorities (CAs) for development can be dangerous or impossible (for hosts like example.test, localhost or 127.0.0.1), but self-signed certificates cause trust errors.

mkcert screenshot 1

Cost / License

Platforms

  • Windows
  • Mac
  • Linux

Features

mkcert News & Activities

Highlights All activities

Recent activities

No activities found.

mkcert information

GitHub repository

  •  57,825 Stars
  •  3,041 Forks
  •  164 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
mkcert was added to AlternativeTo by tomyan112 on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is mkcert?

Using certificates from real certificate authorities (CAs) for development can be dangerous or impossible (for hosts like example.test, localhost or 127.0.0.1), but self-signed certificates cause trust errors. Managing your own CA is the best solution, but usually involves arcane commands, specialized knowledge and manual steps.

mkcert automatically creates and installs a local CA in the system root store, and generates locally-trusted certificates. mkcert does not automatically configure servers to use the certificates, though, that's up to you.