diff --git a/Setup-HTTPS-for-Etebase.md b/Setup-HTTPS-for-Etebase.md index 9f5e85d..08908c4 100644 --- a/Setup-HTTPS-for-Etebase.md +++ b/Setup-HTTPS-for-Etebase.md @@ -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. ``` -sudo certbot --nginx +$ sudo certbot --nginx ``` Lastly, confirm that it worked by vising `https://yourdomain.com`.