Skip to content

Commit

Permalink
doc: Add -f to update-ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored and damencho committed Jan 25, 2018
1 parent f5f341c commit 7ce670d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/manual-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ce670d

Please sign in to comment.