From f0ad1082287f6a5c8f025d13d7fe8c811484d98a Mon Sep 17 00:00:00 2001 From: Simon Vandevelde Date: Sun, 27 Sep 2020 15:04:14 +0200 Subject: [PATCH] Forgot dollar sign --- Setup-HTTPS-for-Etebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.