MediaWiki:Installasi on Ubuntu 20.04 (Nginx): Difference between revisions
No edit summary |
|||
| Line 87: | Line 87: | ||
sudo systemctl reload nginx | sudo systemctl reload nginx | ||
==Step 4: Enabling HTTPS== | ===Step 4: Enabling HTTPS=== | ||
*To encrypt the HTTP traffic, we can enable HTTPS by installing a free TLS certificate issued from Let’s Encrypt. Run the following command to install Let’s Encrypt client (certbot) on Ubuntu 20.04 server. | *To encrypt the HTTP traffic, we can enable HTTPS by installing a free TLS certificate issued from Let’s Encrypt. Run the following command to install Let’s Encrypt client (certbot) on Ubuntu 20.04 server. | ||
sudo apt install certbot | sudo apt install certbot | ||
| Line 106: | Line 106: | ||
*The certificate should now be obtained and automatically installed. | *The certificate should now be obtained and automatically installed. | ||
[[Category:Tutorial]] | |||
[[Category:CMS]] | |||
[[Category:Server]] | |||