docs: Correct certutil invocation for importing self-signed certificate.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-12-27 11:44:35 -08:00 committed by Anders Kaseorg
parent b430ba2bd5
commit 711f6433cb
1 changed files with 1 additions and 1 deletions

View File

@ -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
```