Browse Source

docs: some more info about handling changing IP (just in case) on MyDevil.net

pull/2076/head
ahwayakchih 7 years ago
parent
commit
1983913ed1
  1. 4
      dnsapi/README.md

4
dnsapi/README.md

@ -1181,13 +1181,15 @@ devil binexec on
``` ```
Install acme.sh somewhere on your mydevil host account, probably in your home directory. 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):
Once it is installed, add it to your `~/bin` directory (and make sure it exists first):
```sh ```sh
mkdir ~/bin mkdir ~/bin
ln -s /path/to/installed/directory/of/.acme.sh/acme.sh ~/bin/acme.sh ln -s /path/to/installed/directory/of/.acme.sh/acme.sh ~/bin/acme.sh
``` ```
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).
To issue a new certificate, run: To issue a new certificate, run:
```sh ```sh

Loading…
Cancel
Save