Changed cert.pem to fullchain.pem

The full chain cert is required for the Android app and some browsers to connect to the server
This commit is contained in:
Michael 2021-09-07 22:31:04 -05:00 committed by GitHub
parent 7515ebf3ad
commit 58fb57f28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ ufw enable</code></pre>
<p>
When it ask you for the certification key and cert files, input
<code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/privkey.pem</code> and
<code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/cert.pem</code> respectively.
<code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/fullchain.pem</code> respectively.
</p>
<h2>Using Jitsi</h2>