Task Scheduler has to be told where the acme.sh file and path are.
parent
65f9827057
commit
60c2dfd480
|
@ -123,7 +123,7 @@ In DSM control panel, open the 'Task Scheduler' and create a new scheduled task
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# renew certificates
|
# renew certificates
|
||||||
./acme.sh --cron --home .
|
/usr/local/share/acme.sh/acme.sh --cron --home /usr/local/share/acme.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Fix a broken environment after Synology DSM upgrade
|
## Fix a broken environment after Synology DSM upgrade
|
||||||
|
|
Loading…
Reference in New Issue