You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/install/config-ssl-http2-nginx.rst
+25-62Lines changed: 25 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Although you can configure HTTP/2 without SSL, both Firefox and Chrome browsers
9
9
10
10
You can use any certificate that you want, but these instructions show you how to download and install certificates from *Let's Encrypt*.
11
11
12
+
**To SSL and HTTP/2:**
13
+
12
14
1. Log into the server that hosts NGINX and open a terminal window.
13
15
2. Install git.
14
16
@@ -43,73 +45,32 @@ You can use any certificate that you want, but these instructions show you how t
43
45
44
46
When prompted, enter your domain name. The certificate is located in ``/etc/letsencrypt/live``
45
47
46
-
8. Open the file ``/etc/nginx/sites-available/mattermost`` as root in a text editor and update it to incorporate the following lines. Make sure that you use your own values for the Mattermost server IP address and FQDN for *server_name*.
48
+
8. Open the file ``/etc/nginx/sites-available/mattermost`` as root in a text editor and update the *server* section to incorporate the highlighted lines in the following sample. Make sure to replace {domain-name} with your own domain name, in 2 places.
8. Check that your SSL certificate is set up correctly. Test the SSL certificate by visiting a site such as https://www.ssllabs.com/ssltest/index.html. If there’s an error about the missing chain or certificate path, there is likely an intermediate certificate missing that needs to be included.
0 commit comments