From 9df24b5b70c9080928559864174aa2d24e62a24f Mon Sep 17 00:00:00 2001 From: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com> Date: Sat, 9 Nov 2019 17:34:28 -0500 Subject: [PATCH] =?UTF-8?q?README:=20remove=20"go=20run"=20quickstart=20?= =?UTF-8?q?=F0=9F=98=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #209 --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 2c4d3474..56f3bc9f 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,6 @@ Using certificates from real certificate authorities (CAs) for development can b 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. -## Quickstart - -If you have Go 1.12+ just run the following command to get a valid certificate for `example.com` and its subdomains. - -``` -go run github.com/FiloSottile/mkcert -install example.com "*.example.com" -``` - -Otherwise, the installation instructions below don't require Go. - ## Installation > **Warning**: the `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it.