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

Forgot dollar sign

Simon Vandevelde 2020-09-27 15:04:14 +02:00
parent 6856a1e037
commit f0ad108228

@ -19,7 +19,7 @@ $ sudo apt-get install certbot python-certbot-nginx
Next, run the following command to automatically have Certbot edit your Nginx configuration to work with TLS. Next, run the following command to automatically have Certbot edit your Nginx configuration to work with TLS.
``` ```
sudo certbot --nginx $ sudo certbot --nginx
``` ```
Lastly, confirm that it worked by vising `https://yourdomain.com`. Lastly, confirm that it worked by vising `https://yourdomain.com`.