Support installing to system trust store for Arch-based distros (#57)

This commit is contained in:
Travis Campbell
2018-08-19 17:36:14 -05:00
committed by Filippo Valsorda
parent 047acfafed
commit 281c560e4a
2 changed files with 15 additions and 9 deletions

View File

@@ -50,6 +50,8 @@ On Linux, install `certutil`
sudo apt install libnss3-tools
-or-
sudo yum install nss-tools
-or-
sudo pacman -S nss
```
and install using [Linuxbrew](http://linuxbrew.sh/).
@@ -87,7 +89,7 @@ mkcert supports the following root stores:
* macOS system store
* Windows system store
* Linux variants that provide either
* `update-ca-trust` (Fedora, RHEL, CentOS) or
* `update-ca-trust` (Fedora, RHEL, CentOS, Arch) or
* `update-ca-certificates` (Ubuntu, Debian)
* Firefox (macOS and Linux only)
* Chrome and Chromium