diff --git a/Setup-HTTPS-for-EteSync.md b/Setup-HTTPS-for-EteSync.md index 4124416..2e6a9b3 100644 --- a/Setup-HTTPS-for-EteSync.md +++ b/Setup-HTTPS-for-EteSync.md @@ -1,4 +1,4 @@ -Setting up SSL for EteSync is a breeze by using [Certbot](https://certbot.eff.org/). +Setting up TLS for EteSync is a breeze by using [Certbot](https://certbot.eff.org/). This tutorial assumes you're using Nginx as web server. ### Install Certbot @@ -16,7 +16,7 @@ sudo apt-get install certbot python-certbot-nginx ``` ### Run Certbot -Next, run the following command to automatically have Certbot edit your Nginx configuration to work with SSL. +Next, run the following command to automatically have Certbot edit your Nginx configuration to work with TLS. ``` sudo certbot --nginx @@ -27,7 +27,7 @@ Lastly, confirm that it worked by vising `https://yourdomain.com`. ### Enjoy EteSync :) And that's it! Certbot should have installed everything correctly. -Your SSL certificates should renew automatically after a certain period of time. +Your certificates should renew automatically after a certain period of time. After adding HTTPS to your server, you're be done. Congrats!