mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00
Add choco install for Windows (#63)
This commit is contained in:

committed by
Filippo Valsorda

parent
d22f934623
commit
047acfafed
@@ -70,7 +70,13 @@ On Arch Linux you can use your [AUR helper](https://wiki.archlinux.org/index.php
|
||||
yaourt -S mkcert
|
||||
```
|
||||
|
||||
On Windows build from source (requires Go 1.10+), or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).
|
||||
On Windows, use Chocolatey.
|
||||
|
||||
```
|
||||
choco install mkcert
|
||||
```
|
||||
|
||||
Or build from source (requires Go 1.10+), or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).
|
||||
|
||||
> **Warning**: the `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it.
|
||||
|
||||
|
Reference in New Issue
Block a user