mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00
Support installing to system trust store for Arch-based distros (#57)
This commit is contained in:

committed by
Filippo Valsorda

parent
047acfafed
commit
281c560e4a
@@ -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
|
||||
|
Reference in New Issue
Block a user