Browse Source

doc: Add -f to update-ca-certificates

j8
bgrozev 7 years ago
parent
commit
7ce670df0c
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      doc/manual-install.md

+ 2
- 1
doc/manual-install.md View File

@@ -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

Loading…
Cancel
Save