mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
Support SLES & OpenSUSE (#162)
* Add support for SLES & OpenSUSE * Update README.md with support for SLES & OpenSUSE * Fix CertutilInstallHelp
This commit is contained in:

committed by
Filippo Valsorda

parent
bf08925790
commit
b90c9c60cb
@@ -59,6 +59,8 @@ sudo apt install libnss3-tools
|
||||
sudo yum install nss-tools
|
||||
-or-
|
||||
sudo pacman -S nss
|
||||
-or-
|
||||
sudo zypper install mozilla-nss-tools
|
||||
```
|
||||
|
||||
Then you can install using [Linuxbrew](http://linuxbrew.sh/)
|
||||
@@ -111,7 +113,7 @@ mkcert supports the following root stores:
|
||||
* Windows system store
|
||||
* Linux variants that provide either
|
||||
* `update-ca-trust` (Fedora, RHEL, CentOS) or
|
||||
* `update-ca-certificates` (Ubuntu, Debian) or
|
||||
* `update-ca-certificates` (Ubuntu, Debian, OpenSUSE, SLES) or
|
||||
* `trust` (Arch)
|
||||
* Firefox (macOS and Linux only)
|
||||
* Chrome and Chromium
|
||||
|
Reference in New Issue
Block a user