1
0
mirror of https://github.com/etesync/server synced 2024-11-25 10:18:12 +00:00

Change SSL to TLS; I've been living in 2011 apparently

Simon Vandevelde 2020-02-02 23:17:55 +01:00
parent f4b07f4b71
commit 8be46f3bf5

@ -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!