From 60c2dfd480d7ec99c288dfbbad71a8c8901b7967 Mon Sep 17 00:00:00 2001 From: 57194 <177159045+57194@users.noreply.github.com> Date: Sun, 4 Aug 2024 18:32:56 +0000 Subject: [PATCH] Task Scheduler has to be told where the acme.sh file and path are. --- Synology-NAS-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 7a3b21f..b352296 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -123,7 +123,7 @@ In DSM control panel, open the 'Task Scheduler' and create a new scheduled task ```sh # 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