Procházet zdrojové kódy

doc: Add -f to update-ca-certificates

j8
bgrozev před 7 roky
rodič
revize
7ce670df0c
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      doc/manual-install.md

+ 2
- 1
doc/manual-install.md Zobrazit soubor

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

Načítá se…
Zrušit
Uložit