mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 23:02:44 +00:00
docs: some more info about handling changing IP (just in case) on MyDevil.net
This commit is contained in:
parent
eea3a3c555
commit
1983913ed1
@ -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…
x
Reference in New Issue
Block a user