diff --git a/help/custom-certificates.md b/help/custom-certificates.md index 7e7fd7fb15..b618446dab 100644 --- a/help/custom-certificates.md +++ b/help/custom-certificates.md @@ -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 ```