#go #certificates #chrome #firefox #https #ios #linux #local_development #localhost #macos #root_ca #tls #windows
mkcert is a simple tool that helps you create and use trusted certificates for local development without any complicated setup. It automatically installs a local Certificate Authority (CA) on your system, which allows you to generate certificates that your browser and other tools will trust. This is especially useful because using real certificates for development can be risky or impossible for certain hosts like `localhost` or `example.test`. With mkcert, you can avoid trust errors and manage your own CA easily, making your development process smoother and more secure.
https://github.com/FiloSottile/mkcert
mkcert is a simple tool that helps you create and use trusted certificates for local development without any complicated setup. It automatically installs a local Certificate Authority (CA) on your system, which allows you to generate certificates that your browser and other tools will trust. This is especially useful because using real certificates for development can be risky or impossible for certain hosts like `localhost` or `example.test`. With mkcert, you can avoid trust errors and manage your own CA easily, making your development process smoother and more secure.
https://github.com/FiloSottile/mkcert
GitHub
GitHub - FiloSottile/mkcert: A simple zero-config tool to make locally trusted development certificates with any names you'd like.
A simple zero-config tool to make locally trusted development certificates with any names you'd like. - FiloSottile/mkcert
#rust #async_io #expose #localhost #rust #tunnel
Tunnelto is a Rust tool that exposes your local web server (like on port 8000) to a public URL via a simple tunnel. Install easily with `brew install agrinman/tap/tunnelto`, `cargo install tunnelto`, or downloads; run `tunnelto --port 8000` for quick start, with options for keys, subdomains, and hosts. Host your own server too. This benefits you by letting anyone access your local dev server securely online without complex setup, speeding up testing and sharing.
https://github.com/agrinman/tunnelto
Tunnelto is a Rust tool that exposes your local web server (like on port 8000) to a public URL via a simple tunnel. Install easily with `brew install agrinman/tap/tunnelto`, `cargo install tunnelto`, or downloads; run `tunnelto --port 8000` for quick start, with options for keys, subdomains, and hosts. Host your own server too. This benefits you by letting anyone access your local dev server securely online without complex setup, speeding up testing and sharing.
https://github.com/agrinman/tunnelto
GitHub
GitHub - agrinman/tunnelto: Expose your local web server to the internet with a public URL.
Expose your local web server to the internet with a public URL. - agrinman/tunnelto