From fdd8fe8e175b34b1a244c7bd26672da5a3c124e0 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Sun, 29 Jul 2018 15:52:22 +0200 Subject: [PATCH] Add AUR for installing mkcert on Arch Linux (#23) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a10ac6..503e014 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ go get -u github.com/FiloSottile/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!) > **Warning**: the `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it.