Skip to content

Commit

Permalink
README: remove "go run" quickstart 😢
Browse files Browse the repository at this point in the history
Fixes #209
  • Loading branch information
FiloSottile authored Nov 9, 2019
1 parent 71aa64e commit 9df24b5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9df24b5

Please sign in to comment.