From 5c91c66ecbc761fb26770735fecf886653ffc1d7 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 9 Dec 2017 15:56:05 -0800 Subject: [PATCH] Update SECURE_SETUP.md sudo is not required and is listed as a feature of the program, that it does not require it --- SECURE_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURE_SETUP.md b/SECURE_SETUP.md index 02be51185..c62c93c33 100644 --- a/SECURE_SETUP.md +++ b/SECURE_SETUP.md @@ -34,7 +34,7 @@ This guide requires having your own domain. You can still use all of the above c * `MY_FQDN=FQDN` * Where `FQDN` is the full `host.mydomain.com` * `echo $MY_FQDN` - * `sudo ~/.acme.sh/acme.sh --issue --standalone -d $MY_FQDN` + * `~/.acme.sh/acme.sh --issue --standalone -d $MY_FQDN` * Make a note of where your certificates are: * They should be in `~/.acme.sh/FQDN` 5. Add a crontab to check the script expiration date and renew if necessary: