Browse Source

Update quick-install.md (#5658)

Clarify that a Let’s Encrypt cert is sufficient for iOS and Android clients.
master
Neil Brown 5 years ago
parent
commit
7b34fb89d1
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/quick-install.md

+ 1
- 1
doc/quick-install.md View File

@@ -50,7 +50,7 @@ This hostname (or IP address) will be used for virtualhost configuration inside
50 50
 
51 51
 In order to have encrypted communications, you need a [TLS certificate](https://en.wikipedia.org/wiki/Transport_Layer_Security). The easiest way is to use [Let's Encrypt](https://letsencrypt.org/).
52 52
 
53
-_Note_: Jitsi Meet mobile apps *require* a valid certificate signed by a trusted [Certificate Authority](https://en.wikipedia.org/wiki/Certificate_authority) and will not be able to connect to your server if you choose a self-signed certificate.
53
+_Note_: Jitsi Meet mobile apps *require* a valid certificate signed by a trusted [Certificate Authority](https://en.wikipedia.org/wiki/Certificate_authority) (such as a Let's Encrypt certificate) and will not be able to connect to your server if you choose a self-signed certificate.
54 54
 
55 55
 Simply run the following in your shell:
56 56
 

Loading…
Cancel
Save