Browse Source

Update SECURE_SETUP.md

sudo is not required and is listed as a feature of the program, that it does not require it
pull/72/head
Duke Leto 6 years ago
committed by GitHub
parent
commit
5c91c66ecb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      SECURE_SETUP.md

2
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:

Loading…
Cancel
Save