doc: Add -f to update-ca-certificates
This commit is contained in:
parent
f5f341ca9e
commit
7ce670df0c
|
@ -98,8 +98,9 @@ prosodyctl cert generate auth.jitsi.example.com
|
||||||
Add auth.jitsi.example.com to the trusted certificates on the local machine:
|
Add auth.jitsi.example.com to the trusted certificates on the local machine:
|
||||||
```sh
|
```sh
|
||||||
ln -sf /var/lib/prosody/auth.jitsi.example.com.crt /usr/local/share/ca-certificates/auth.jitsi.example.com.crt
|
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:
|
Create conference focus user:
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue