mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
Add AUR for installing mkcert on Arch Linux (#23)
This commit is contained in:

committed by
Filippo Valsorda

parent
1e7d221386
commit
fdd8fe8e17
@@ -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.
|
||||||
|
Reference in New Issue
Block a user