Add AUR for installing mkcert on Arch Linux (#23)

This commit is contained in:
Emilien Devos
2018-07-29 15:52:22 +02:00
committed by Filippo Valsorda
parent 1e7d221386
commit fdd8fe8e17

View File

@@ -52,6 +52,12 @@ go get -u github.com/FiloSottile/mkcert
$(go env GOPATH)/bin/mkcert $(go env GOPATH)/bin/mkcert
``` ```
On Arch Linux you can use your [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) to install mkcert from the [PKGBUILD](https://aur.archlinux.org/packages/mkcert-git/).
```
yaourt -S mkcert-git
```
Windows will be supported next. (PRs welcome!) Windows will be supported next. (PRs welcome!)
> **Warning**: the `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it. > **Warning**: the `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it.