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