From db536fe22acfb031c27f098108f929e0bf313aa6 Mon Sep 17 00:00:00 2001 From: ahwayakchih Date: Sun, 17 Feb 2019 19:44:39 +0100 Subject: [PATCH] docs: rewrite info about installation/setup of acme.sh on MyDevil.net --- dnsapi/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dnsapi/README.md b/dnsapi/README.md index 953991ef..9f176c0d 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -1267,13 +1267,7 @@ Make sure that you can execute own binaries: devil binexec on ``` -Install acme.sh somewhere on your mydevil host account, probably in your home directory. -Once it is installed, add it to your `~/bin` directory (and make sure it exists first): - -```sh -mkdir ~/bin -ln -s /path/to/installed/directory/of/.acme.sh/acme.sh ~/bin/acme.sh -``` +Install acme.sh, or simply `git clone` it into some directory on your MyDevil host account (in which case you should link to it from your `~/bin` directory). If you're not using private IP and depend on default IP provided by host, you may want to edit `crontab` too, and make sure that `acme.sh --cron` is run also after reboot (you can find out how to do that on their wiki pages).