doc: Add -f to update-ca-certificates

pull/2318/head
bgrozev 7 years ago committed by Дамян Минков
parent f5f341ca9e
commit 7ce670df0c
  1. 3
      doc/manual-install.md

@ -98,8 +98,9 @@ prosodyctl cert generate auth.jitsi.example.com
Add auth.jitsi.example.com to the trusted certificates on the local machine:
```sh
ln -sf /var/lib/prosody/auth.jitsi.example.com.crt /usr/local/share/ca-certificates/auth.jitsi.example.com.crt
update-ca-certificates
update-ca-certificates -f
```
Note that the `-f` flag is necessary if there are symlinks left from a previous installation.
Create conference focus user:
```sh

Loading…
Cancel
Save