소스 검색

doc: Add -f to update-ca-certificates

j8
bgrozev 7 년 전
부모
커밋
7ce670df0c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      doc/manual-install.md

+ 2
- 1
doc/manual-install.md 파일 보기

@@ -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…
취소
저장