mirror of https://github.com/zulip/zulip.git
docs: Correct certutil invocation for importing self-signed certificate.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
b430ba2bd5
commit
711f6433cb
|
@ -78,7 +78,7 @@ once the `nss` tools are installed, the command to trust the
|
|||
certificate is:
|
||||
|
||||
```
|
||||
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n zulip \
|
||||
certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n zulip \
|
||||
-i path/to/certificate.pem
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue